emorynlp / nlp4j

NLP framework for JVM languages.
http://emorynlp.github.io/nlp4j/
Other
149 stars 33 forks source link

stop_words has no Field #13

Closed benson-basis closed 8 years ago

benson-basis commented 8 years ago

GlobalLexica is defined in terms of Field, but there's no Field for stop_words. Should we add Field.stop_words, or change GlobalLexica?

benson-basis commented 8 years ago

This was confusion on my part.