public class RegExAnnotator
extends org.apache.uima.analysis_component.CasAnnotator_ImplBase
| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_DIGEST |
static String |
PATH_SEPARATOR |
static String |
REGEX_CONCEPTS_FILES |
| Constructor and Description |
|---|
RegExAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.apache.uima.UimaContext aContext)
Performs any startup tasks required by this annotator.
|
void |
process(org.apache.uima.cas.CAS aCAS)
Invokes this annotator's analysis logic.
|
void |
typeSystemInit(org.apache.uima.cas.TypeSystem aTypeSystem)
Acquires references to CAS Type and Feature objects that are later used during the
process(CAS) method. |
getRequiredCasInterface, processgetCasInstancesRequired, hasNext, nextpublic static final String MESSAGE_DIGEST
public static final String REGEX_CONCEPTS_FILES
public static final String PATH_SEPARATOR
public void initialize(org.apache.uima.UimaContext aContext)
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 aTypeSystem)
throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
process(CAS) method.typeSystemInit in class org.apache.uima.analysis_component.CasAnnotator_ImplBaseorg.apache.uima.analysis_engine.AnalysisEngineProcessExceptionpublic void process(org.apache.uima.cas.CAS aCAS)
throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
process in class org.apache.uima.analysis_component.CasAnnotator_ImplBaseaCAS - the CAS to processorg.apache.uima.analysis_engine.AnalysisEngineProcessException - if a failure occurs during processing.CasAnnotator_ImplBase.process(CAS)Copyright © 2015. All rights reserved.