Package tagger


package tagger
Contains classes that execute CoreNLP operations necessary for tagging words in source text with appropriate parts of speech
  • Class
    Description
    Provided text is converted to CoreDocument object, allowing the CoreNLP library to annotate parts of speech for each word
    Singleton that determines which properties words should be tagged with.