public abstract class AbstractPhraseAnnotator extends AbstractTextPipeAnnotator<RawTextAnnotation>
| Constructor and Description |
|---|
AbstractPhraseAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
void |
performAnnotation(RawTextAnnotation annotation)
This is where the actual annotation needs to happen.
|
protected abstract void |
phraseChunk(List<TokenAnnotation> tokens) |
annotatepublic AbstractPhraseAnnotator()
public void performAnnotation(RawTextAnnotation annotation) throws MissingRequiredAnnotationException
AbstractTextPipeAnnotatorprotected abstract void phraseChunk(List<TokenAnnotation> tokens)