de.unihd.dbs.uima.annotator.intervaltagger
public class IntervalTagger extends org.apache.uima.analysis_component.JCasAnnotator_ImplBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAM_INTERVAL_CANDIDATES |
static java.lang.String |
PARAM_INTERVALS |
static java.lang.String |
PARAM_LANGUAGE |
Constructor and Description |
---|
IntervalTagger() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(org.apache.uima.UimaContext aContext)
initialization: read configuration parameters and resources
|
void |
process(org.apache.uima.jcas.JCas jcas)
called by the pipeline to process the document
|
getRequiredCasInterface, process
getCasInstancesRequired, hasNext, next
public static java.lang.String PARAM_LANGUAGE
public static java.lang.String PARAM_INTERVALS
public static java.lang.String PARAM_INTERVAL_CANDIDATES
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 process(org.apache.uima.jcas.JCas jcas) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
process
in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
org.apache.uima.analysis_engine.AnalysisEngineProcessException