@PipeBitInfo(name="Markable Annotator (Deterministic)", description="Annotates Markables for use by Coreference Annotators. degree_of type and a single modifier.", dependencies={SECTION,SENTENCE,IDENTIFIED_ANNOTATION,DEPENDENCY_NODE,TIMEX}, products=MARKABLE) public class DeterministicMarkableAnnotator extends org.apache.uima.fit.component.JCasAnnotator_ImplBase
Constructor and Description |
---|
DeterministicMarkableAnnotator() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(org.apache.uima.UimaContext uc) |
void |
process(org.apache.uima.jcas.JCas jCas) |
getRequiredCasInterface, process
getCasInstancesRequired, hasNext, next
public void initialize(org.apache.uima.UimaContext uc) throws org.apache.uima.resource.ResourceInitializationException
initialize
in interface org.apache.uima.analysis_component.AnalysisComponent
initialize
in class org.apache.uima.fit.component.JCasAnnotator_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.