Package org.apache.uima.analysis_engine.annotator


package org.apache.uima.analysis_engine.annotator

The Annotator Interfaces, along with supporting interfaces and exception classes.

The annotator interfaces are as follows:

  • BaseAnnotator: the base interface for all annotators. Annotators should not implement this directly.
  • GenericAnnotator: an annotator that can process any type of entity.
  • TextAnnotator: an annotator that processes text documents.
  • JTextAnnotator: similar to TextAnnotator, but uses the Java-object-based JCas interface instead of the standard CAS interface.