POSTaggerAnnotator

CoreNLP/simple/annotator. POSTaggerAnnotator

Class representing an POSTaggerAnnotator. Hydrates Token.pos()

Constructor

new POSTaggerAnnotator(optionsopt)

Source:
See:

Create an Annotator

Parameters:
Name Type Attributes Description
options Object <optional>

a key-value map of options, without the annotator prefix

Requires:
  • module:tokenize,

Extends

  • Annotator

Requires

  • module:tokenize,