5 6 7
# File 'lib/nlp_backpack/stop_words.rb', line 5 def all File.read(stop_word_path).split("\n") end