Ruby: 不能要求安装 gem 'stopwords-filter'

Ruby: can't require installed gem 'stopwords-filter'

我正在尝试使用此 this gem,但即使它在我安装后显示 gem list,irb 中的 require 'stopwords-filter' 也会导致 LoadError: cannot load such file -- stopwords-filter.

为了确保我确实能够安装和使用 gems,我还尝试安装 this gem,我可以 require 它就好了。一切正常。

stopwords-filter 我错过了什么?

谢谢!

即使 gem 被命名为 stopwords-filterrequire 语句只是 stopwords:

require 'stopwords'