public abstract class AbstractTextPipeAnnotator<INPUT_ANNOTATION extends TextPipeAnnotation> extends Object
| Constructor and Description |
|---|
AbstractTextPipeAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
void |
annotate(INPUT_ANNOTATION annotation)
Annotates the given
TextPipeAnnotation. |
public AbstractTextPipeAnnotator()
public void annotate(INPUT_ANNOTATION annotation) throws MissingRequiredAnnotationException
TextPipeAnnotation. The work is delegated to the abstract methods.annotation - MissingRequiredAnnotationException