Uses of Interface
org.apache.uima.analysis_engine.annotator.BaseAnnotator
Packages that use BaseAnnotator
Package
Description
The Annotator Interfaces, along with supporting interfaces and exception classes.
-
Uses of BaseAnnotator in org.apache.uima.analysis_engine.annotator
Subinterfaces of BaseAnnotator in org.apache.uima.analysis_engine.annotatorModifier and TypeInterfaceDescriptioninterface
Deprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadinterface
Deprecated.As of release 2.3.0, use JCasAnnotator_ImplBase insteadinterface
Deprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadClasses in org.apache.uima.analysis_engine.annotator that implement BaseAnnotatorModifier and TypeClassDescriptionclass
Deprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadclass
Deprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadclass
Deprecated.As of release 2.3.0, use JCasAnnotator_ImplBase instead -
Uses of BaseAnnotator in org.apache.uima.analysis_engine.impl.compatibility
Methods in org.apache.uima.analysis_engine.impl.compatibility that return BaseAnnotatorConstructors in org.apache.uima.analysis_engine.impl.compatibility with parameters of type BaseAnnotatorModifierConstructorDescriptionAnnotatorAdapter
(BaseAnnotator aAnnotator, AnalysisEngineMetaData aMetaData, Map<String, Object> aAdditionalParams) Create a new annotator adapter.