|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseAnnotator | |
|---|---|
| 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 | |
|---|---|
interface |
GenericAnnotator
Deprecated. As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead |
interface |
JTextAnnotator
Deprecated. As of release 2.3.0, use JCasAnnotator_ImplBase instead |
interface |
TextAnnotator
Deprecated. As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead |
| Classes in org.apache.uima.analysis_engine.annotator that implement BaseAnnotator | |
|---|---|
class |
Annotator_ImplBase
Deprecated. As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead |
class |
GenericAnnotator_ImplBase
Deprecated. As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead |
class |
JTextAnnotator_ImplBase
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 BaseAnnotator | |
|---|---|
protected BaseAnnotator |
AnnotatorAdapter.getAnnotator()
|
| Constructors in org.apache.uima.analysis_engine.impl.compatibility with parameters of type BaseAnnotator | |
|---|---|
AnnotatorAdapter(BaseAnnotator aAnnotator,
AnalysisEngineMetaData aMetaData,
java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Create a new annotator adapter. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||