Package | Description |
---|---|
org.openimaj.text.nlp.textpipe.annotations | |
org.openimaj.text.nlp.textpipe.annotators | |
org.openimaj.text.nlp.textpipe.pipes |
Modifier and Type | Class and Description |
---|---|
class |
SentenceAnnotation
SentenceAnnotation is an extension of RawTextAnnotation as
its function is to encapsulate a substring of raw text. |
Modifier and Type | Method and Description |
---|---|
void |
OpenNLPPOSAnnotator.annotate(RawTextAnnotation annotation) |
void |
AbstractSentenceAnnotator.performAnnotation(RawTextAnnotation annotation) |
void |
AbstractTokenAnnotator.performAnnotation(RawTextAnnotation annotation)
AbstractTokenAnnotator will annotate the
RawTextAnnotation directly with TokenAnnotation unless
there is already a SentenceAnnotation . |
void |
AbstractPOSAnnotator.performAnnotation(RawTextAnnotation annotation) |
void |
AbstractPhraseAnnotator.performAnnotation(RawTextAnnotation annotation) |
Modifier and Type | Method and Description |
---|---|
RawTextAnnotation |
YagoEntityPipe.annotate(String text) |