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 . |
annotate
public 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
.