public class PoStagger
extends org.apache.uima.fit.component.CasAnnotator_ImplBase
| Constructor and Description |
|---|
PoStagger()
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Releases allocated resources.
|
static org.apache.uima.analysis_engine.AnalysisEngineDescription |
getDescription(String languageCode) |
void |
initialize(org.apache.uima.UimaContext context)
Initializes the current instance with the given context.
|
void |
process(org.apache.uima.cas.CAS tcas)
Performs pos-tagging on the given tcas object.
|
void |
typeSystemInit(org.apache.uima.cas.TypeSystem typeSystem)
Initializes the type system.
|
getRequiredCasInterface, processgetCasInstancesRequired, hasNext, nextpublic PoStagger()
initialize(org.apache.uima.UimaContext) to initialize this instance. Not use the
constructor.public void initialize(org.apache.uima.UimaContext context)
throws org.apache.uima.resource.ResourceInitializationException
initialize in interface org.apache.uima.analysis_component.AnalysisComponentinitialize in class org.apache.uima.fit.component.CasAnnotator_ImplBaseorg.apache.uima.resource.ResourceInitializationExceptionpublic void typeSystemInit(org.apache.uima.cas.TypeSystem typeSystem)
throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
typeSystemInit in class org.apache.uima.analysis_component.CasAnnotator_ImplBaseorg.apache.uima.analysis_engine.AnalysisEngineProcessExceptionpublic void process(org.apache.uima.cas.CAS tcas)
process in class org.apache.uima.analysis_component.CasAnnotator_ImplBasepublic void destroy()
destroy in interface org.apache.uima.analysis_component.AnalysisComponentdestroy in class org.apache.uima.analysis_component.AnalysisComponent_ImplBasepublic static org.apache.uima.analysis_engine.AnalysisEngineDescription getDescription(String languageCode) throws org.apache.uima.resource.ResourceInitializationException
org.apache.uima.resource.ResourceInitializationExceptionCopyright © 2015. All rights reserved.