Details
Description
For starters I need the Stanford Core NLP stemmer and lemmatizer.
It looks like maybe I can add something generic and feed arguments to code like: props.put("annotators", "tokenize, ssplit, pos, lemma");
Helpful example of lemmatizing at http://stackoverflow.com/questions/1578062/lemmatization-java