public class DictionaryNameFinder
extends org.apache.uima.analysis_component.CasAnnotator_ImplBase
Constructor and Description |
---|
DictionaryNameFinder()
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Releases allocated resources.
|
void |
initialize()
Initializes the current instance with the given context.
|
void |
initialize(org.apache.uima.UimaContext context) |
void |
process(org.apache.uima.cas.CAS cas)
Performs name finding on the given cas object.
|
void |
typeSystemInit(org.apache.uima.cas.TypeSystem typeSystem)
Initializes the type system.
|
getRequiredCasInterface, process
getCasInstancesRequired, hasNext, next
public DictionaryNameFinder()
Note: Use initialize()
to initialize
this instance. Not use the constructor.
public void initialize() throws org.apache.uima.resource.ResourceInitializationException
Note: Do all initialization in this method, do not use the constructor.
org.apache.uima.resource.ResourceInitializationException
public void destroy()
destroy
in interface org.apache.uima.analysis_component.AnalysisComponent
destroy
in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
public final void initialize(org.apache.uima.UimaContext context) 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 typeSystemInit(org.apache.uima.cas.TypeSystem typeSystem) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
typeSystemInit
in class org.apache.uima.analysis_component.CasAnnotator_ImplBase
org.apache.uima.analysis_engine.AnalysisEngineProcessException
public final void process(org.apache.uima.cas.CAS cas)
process
in class org.apache.uima.analysis_component.CasAnnotator_ImplBase
Copyright © 2018 The Apache Software Foundation. All rights reserved.