Package | Description |
---|---|
org.openimaj.text.nlp.textpipe.annotations |
Modifier and Type | Field and Description |
---|---|
PhraseAnnotation.Phrase |
PhraseAnnotation.phrase
The
PhraseAnnotation.Phrase label. |
Modifier and Type | Method and Description |
---|---|
static PhraseAnnotation.Phrase |
PhraseAnnotation.Phrase.getPhrasefromString(String pennAbreviation)
Returns a
PhraseAnnotation.Phrase based on the string. |
static PhraseAnnotation.Phrase |
PhraseAnnotation.Phrase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhraseAnnotation.Phrase[] |
PhraseAnnotation.Phrase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PhraseAnnotation(PhraseAnnotation.Phrase phrase,
boolean start) |