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 |
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected BaseAnnotator |
AnnotatorAdapter.getAnnotator() |
Constructor and Description |
---|
AnnotatorAdapter(BaseAnnotator aAnnotator,
AnalysisEngineMetaData aMetaData,
java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Create a new annotator adapter.
|
Copyright © 2013. All Rights Reserved.