|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.analysis_component.AnalysisComponent_ImplBase
org.apache.uima.analysis_component.Annotator_ImplBase
org.apache.uima.analysis_component.CasAnnotator_ImplBase
org.apache.uima.examples.SofaExampleAnnotator
public class SofaExampleAnnotator
A simple multiple subject of analysis (multi-Sofa) example annotator Expects an English text Sofa as input Creates a German text Sofa as output This annotator has no configuration parameters, and requires no initialization method
Constructor Summary | |
---|---|
SofaExampleAnnotator()
|
Method Summary | |
---|---|
void |
process(CAS aCas)
Inputs a CAS to the AnalysisComponent. |
Methods inherited from class org.apache.uima.analysis_component.CasAnnotator_ImplBase |
---|
getRequiredCasInterface, process, typeSystemInit |
Methods inherited from class org.apache.uima.analysis_component.Annotator_ImplBase |
---|
getCasInstancesRequired, hasNext, next |
Methods inherited from class org.apache.uima.analysis_component.AnalysisComponent_ImplBase |
---|
batchProcessComplete, collectionProcessComplete, destroy, getContext, getResultSpecification, initialize, reconfigure, setResultSpecification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SofaExampleAnnotator()
Method Detail |
---|
public void process(CAS aCas) throws AnalysisEngineProcessException
CasAnnotator_ImplBase
process
in class CasAnnotator_ImplBase
aCas
- A CAS that this AnalysisComponent should process.
AnalysisEngineProcessException
- if a problem occurs during processing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |