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, process
getCasInstancesRequired, hasNext, next
public 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.AnalysisComponent
initialize
in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
org.apache.uima.resource.ResourceInitializationException
public 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_ImplBase
org.apache.uima.analysis_engine.AnalysisEngineProcessException
public void process(org.apache.uima.cas.CAS aCAS) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
process
in class org.apache.uima.analysis_component.CasAnnotator_ImplBase
aCAS
- the CAS to processorg.apache.uima.analysis_engine.AnalysisEngineProcessException
- if a failure occurs during processing.CasAnnotator_ImplBase.process(CAS)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.