@PipeBitInfo(name="Dictionary Lookup (Old)", description="Annotates clinically-relevant terms. This is an older, slower dictionary lookup implementation.", dependencies={CHUNK,BASE_TOKEN}, products=IDENTIFIED_ANNOTATION) public class DictionaryLookupAnnotator extends org.apache.uima.analysis_component.JCasAnnotator_ImplBase
Constructor and Description |
---|
DictionaryLookupAnnotator() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(org.apache.uima.UimaContext aContext) |
void |
process(org.apache.uima.jcas.JCas jcas)
Entry point for processing.
|
getRequiredCasInterface, process
getCasInstancesRequired, hasNext, next
public void initialize(org.apache.uima.UimaContext aContext) 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.