public class DictionaryAnnotator
extends org.apache.uima.analysis_component.CasAnnotator_ImplBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MESSAGE_DIGEST
Message catalog
|
static java.lang.String |
PATH_SEPARATOR
System path separator
|
| Constructor and Description |
|---|
DictionaryAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.apache.uima.UimaContext context) |
void |
process(org.apache.uima.cas.CAS cas) |
void |
typeSystemInit(org.apache.uima.cas.TypeSystem typeSystem) |
getRequiredCasInterface, processgetCasInstancesRequired, hasNext, nextpublic static final java.lang.String MESSAGE_DIGEST
public static final java.lang.String PATH_SEPARATOR
public void process(org.apache.uima.cas.CAS cas)
throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
process in class org.apache.uima.analysis_component.CasAnnotator_ImplBaseorg.apache.uima.analysis_engine.AnalysisEngineProcessExceptionpublic 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.AnalysisEngineProcessExceptionCopyright © 2013. All Rights Reserved.