Fork me on GitHub

Code

There are helpful annotations sprinkled through the code base (and viewable through the javadoc) but I will try and summarize the highlights here.

If you want to find out how the oopcorenlp library works:
Analyzer
OOPAnnotations
OOPAnnotator
AbstractAnnotator
Scorer
CoreNlpSerializer
Serializer
If you want to find out how to work with the Stanford CoreNLP library:
CoreNlpUtils
If you want to find out how to customize specific Stanford CoreNLP annotators:
SentimentAnnotator
QuoteAnnotator
Paragraph
Gender
If you want to find out how to work with the POSTaggerAnnotator:
AbstractPosAnnotator
If you want to find out how to work with the NERClassifierCombiner:
LocationsAnnotator
DatesAnnotator
If you want to find out how to work with the CorefAnnotator:
PeopleAnnotator
If you want to find out how to work with the ParserAnnotator:
AbstractTreeAnnotator
If you want to find out how to work with the DependencyParseAnnotator:
AbstractContextualAnnotator
If you want to find out how to work with the TokensRegex:
BiberAnnotator
If you want to find out how to work with Wordnet or Verbnet:
WordnetUtils
If you want to find out how to work with the Wikipedia api:
WikimediaUtils
WikipediaUtils
WikipediaUtils2
WikionaryUtils