@PipeBitInfo(name="Extraction Prepper", description="Assigns IDs and Canonical text to Identified Annotations.", dependencies={SECTION,IDENTIFIED_ANNOTATION}) public class ExtractionPrepAnnotator extends org.apache.uima.analysis_component.JCasAnnotator_ImplBase
Constructor and Description |
---|
ExtractionPrepAnnotator() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(org.apache.uima.UimaContext aCtx)
Method invoked by UIMA framework to initialize this annotator
|
void |
process(org.apache.uima.jcas.JCas jcas)
Method invoked by UIMA framework to process a document
|
getRequiredCasInterface, process
getCasInstancesRequired, hasNext, next
public void initialize(org.apache.uima.UimaContext aCtx) throws org.apache.uima.resource.ResourceInitializationException
initialize
in interface org.apache.uima.analysis_component.AnalysisComponent
initialize
in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
org.apache.uima.resource.ResourceInitializationException
public void process(org.apache.uima.jcas.JCas jcas) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
process
in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
org.apache.uima.analysis_engine.AnalysisEngineProcessException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.