Package | Description |
---|---|
org.openimaj.text.nlp.textpipe.annotations | |
org.openimaj.text.nlp.textpipe.annotators |
Modifier and Type | Field and Description |
---|---|
POSAnnotation.PartOfSpeech |
POSAnnotation.pos |
Modifier and Type | Method and Description |
---|---|
static POSAnnotation.PartOfSpeech |
POSAnnotation.PartOfSpeech.getPOSfromString(String pennAbreviation)
Gets a
POSAnnotation.PartOfSpeech from a string. |
static POSAnnotation.PartOfSpeech |
POSAnnotation.PartOfSpeech.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static POSAnnotation.PartOfSpeech[] |
POSAnnotation.PartOfSpeech.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
POSAnnotation(POSAnnotation.PartOfSpeech pos) |
Modifier and Type | Method and Description |
---|---|
protected abstract List<POSAnnotation.PartOfSpeech> |
AbstractPOSAnnotator.pos(List<String> tokenList) |
protected List<POSAnnotation.PartOfSpeech> |
OpenNLPPOSAnnotator.pos(List<String> tokenList) |