Class: Keyphrase::Stoplist::Est
- Inherits:
-
Object
- Object
- Keyphrase::Stoplist::Est
- Defined in:
- lib/keyphrase/stoplist/est.rb
Class Method Summary collapse
Class Method Details
.stopwords ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/keyphrase/stoplist/est.rb', line 4 def self.stopwords @@stopwords ||= [ "aga", "ei", "et", "ja", "jah", "kas", "kui", "kõik", "ma", "me", "mida", "midagi", "mind", "minu", "mis", "mu", "mul", "mulle", "nad", "nii", "oled", "olen", "oli", "oma", "on", "pole", "sa", "seda", "see", "selle", "siin", "siis", "ta", "te", "ära", ] end |