| Interface | Description |
|---|---|
| AnnotatorService |
Specifies the operations to be supported by an AnnotatorService, which creates a TextAnnotation
from raw text and populates it with views generated by NLP components.
|
| TextAnnotationBuilder |
The interface that will be used by any TextAnnotation creation method that requires tokenization.
|
| Class | Description |
|---|---|
| Annotator |
An interface for creating views of a specified name from a
TextAnnotation. |
| AnnotatorConfigurator |
Annotator configuration options.
|
| AnnotatorServiceConfigurator |
The default
Configurator for BasicAnnotatorService |
| BasicAnnotatorService |
This class defines the behavior of an annotation service that can be fulfilled by an arbitrary
backend, and which will cache the annotations so fulfilled.
|
| BasicTextAnnotationBuilder |
A simple TextAnnotationBuilder that is meant to be used with pre-tokenized text (e.g.
|
| XmlTextAnnotationMaker |
Instantiates a XmlTextAnnotation object from xml text.
|
| Exception | Description |
|---|---|
| AnnotatorException |
Copyright © 2017. All rights reserved.