Uses of Interface
org.apache.uima.analysis_engine.annotator.BaseAnnotator
-
Packages that use BaseAnnotator Package Description org.apache.uima.analysis_engine.annotator The Annotator Interfaces, along with supporting interfaces and exception classes.org.apache.uima.analysis_engine.impl.compatibility -
-
Uses of BaseAnnotator in org.apache.uima.analysis_engine.annotator
Subinterfaces of BaseAnnotator in org.apache.uima.analysis_engine.annotator Modifier and Type Interface Description interface
GenericAnnotator
Deprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadinterface
JTextAnnotator
Deprecated.As of release 2.3.0, use JCasAnnotator_ImplBase insteadinterface
TextAnnotator
Deprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadClasses in org.apache.uima.analysis_engine.annotator that implement BaseAnnotator Modifier and Type Class Description class
Annotator_ImplBase
Deprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadclass
GenericAnnotator_ImplBase
Deprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadclass
JTextAnnotator_ImplBase
Deprecated.As of release 2.3.0, use JCasAnnotator_ImplBase instead -
Uses of BaseAnnotator in org.apache.uima.analysis_engine.impl.compatibility
Fields in org.apache.uima.analysis_engine.impl.compatibility declared as BaseAnnotator Modifier and Type Field Description private BaseAnnotator
AnnotatorAdapter. mAnnotator
Methods in org.apache.uima.analysis_engine.impl.compatibility that return BaseAnnotator Modifier and Type Method Description protected BaseAnnotator
AnnotatorAdapter. getAnnotator()
Constructors in org.apache.uima.analysis_engine.impl.compatibility with parameters of type BaseAnnotator Constructor Description AnnotatorAdapter(BaseAnnotator aAnnotator, AnalysisEngineMetaData aMetaData, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Create a new annotator adapter.
-