Class: Keyphrase::Stoplist::Ori
- Inherits:
-
Object
- Object
- Keyphrase::Stoplist::Ori
- Defined in:
- lib/keyphrase/stoplist/ori.rb
Class Method Summary collapse
Class Method Details
.stopwords ⇒ Object
4 5 6 7 8 |
# File 'lib/keyphrase/stoplist/ori.rb', line 4 def self.stopwords @@stopwords ||= [ ] end |