public class CoGrOOUIMA
extends org.apache.uima.analysis_component.CasAnnotator_ImplBase
| Modifier and Type | Field and Description |
|---|---|
static String |
CHUNK_TAG_FEATURE_PARAMETER
The chunk tag feature parameter
|
static String |
CHUNK_TYPE_PARAMETER
Type parameters.
|
| Constructor and Description |
|---|
CoGrOOUIMA()
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Releases allocated resources.
|
void |
initialize(org.apache.uima.UimaContext context)
Initializes the current instance with the given context.
|
void |
process(org.apache.uima.cas.CAS tcas)
Performs chunking on the given tcas object.
|
void |
typeSystemInit(org.apache.uima.cas.TypeSystem typeSystem)
Initializes the type system.
|
getRequiredCasInterface, processgetCasInstancesRequired, hasNext, nextpublic static final String CHUNK_TYPE_PARAMETER
public static final String CHUNK_TAG_FEATURE_PARAMETER
public CoGrOOUIMA()
initialize(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.analysis_component.AnalysisComponent_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_ImplBaseCopyright © 2012–2017 CoGrOO. All rights reserved.