Class: NLPBackpack::StopWords
- Inherits:
-
Object
- Object
- NLPBackpack::StopWords
- Defined in:
- lib/nlp_backpack/stop_words.rb
Class Method Summary collapse
Class Method Details
.all ⇒ Object
5 6 7 |
# File 'lib/nlp_backpack/stop_words.rb', line 5 def all File.read(stop_word_path).split("\n") end |