Package | Description |
---|---|
org.apache.uima.analysis_engine.annotator |
The Annotator Interfaces, along with supporting interfaces
and exception classes.
|
org.apache.uima.uimacpp |
Modifier and Type | Method and Description |
---|---|
void |
GenericAnnotator.process(CAS aCAS,
ResultSpecification aResultSpec)
Deprecated.
Invokes this annotator's analysis logic.
|
void |
TextAnnotator.process(CAS aCAS,
ResultSpecification aResultSpec)
Deprecated.
Invokes this annotator's analysis logic.
|
void |
JTextAnnotator.process(JCas aJCas,
ResultSpecification aResultSpec)
Deprecated.
Invokes this annotator's analysis logic.
|
Modifier and Type | Method and Description |
---|---|
void |
UimacppAnalysisComponent.process(CAS cas,
ResultSpecification aResultSpec) |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.