Class: NLPBackpack::StopWords

Inherits:
Object
  • Object
show all
Defined in:
lib/nlp_backpack/stop_words.rb

Class Method Summary collapse

Class Method Details

.allObject



5
6
7
# File 'lib/nlp_backpack/stop_words.rb', line 5

def all
  File.read(stop_word_path).split("\n")
end