public abstract class AbstractTokenAnnotator extends AbstractTextPipeAnnotator<RawTextAnnotation>
| Constructor and Description |
|---|
AbstractTokenAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
void |
performAnnotation(RawTextAnnotation annotation)
AbstractTokenAnnotator will annotate the
RawTextAnnotation directly with TokenAnnotation unless
there is already a SentenceAnnotation. |
annotatepublic AbstractTokenAnnotator()
public void performAnnotation(RawTextAnnotation annotation)
AbstractTokenAnnotator will annotate the
RawTextAnnotation directly with TokenAnnotation unless
there is already a SentenceAnnotation. Then it will annotate each
SentenceAnnotation.