Method: NLPBackpack::StopWords.all

Defined in:
lib/nlp_backpack/stop_words.rb

.allObject



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

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