JavaScript is disabled on your browser.
de.unistuttgart.ims:uimautil, 0.6.1
java.lang.Object
org.apache.uima.analysis_component.AnalysisComponent_ImplBase
org.apache.uima.analysis_component.Annotator_ImplBase
org.apache.uima.analysis_component.JCasAnnotator_ImplBase
org.apache.uima.fit.component.JCasAnnotator_ImplBase
de.unistuttgart.ims.uimautil.WordTagger
All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent
public class WordTagger
extends org.apache.uima.fit.component.JCasAnnotator_ImplBase
This UIMA components tags every occurrence of one of the words provided in a
list. Can be used to tag semantically grouped words (e.g., temporal adverbs).
This can probably replaced by UIMA regex annotator
Since:
0.4.2
Author:
reiterns
Constructor Summary
Constructors
Constructor and Description
WordTagger ()
Method Summary
Methods inherited from class org.apache.uima.fit.component.JCasAnnotator_ImplBase
getLogger
Methods inherited from class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
getRequiredCasInterface, process
Methods inherited from class org.apache.uima.analysis_component.Annotator_ImplBase
getCasInstancesRequired, hasNext, next
Methods inherited from class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
batchProcessComplete, collectionProcessComplete, destroy, getContext, getResultSpecification, reconfigure, setResultSpecification
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
WordTagger
public WordTagger()
de.unistuttgart.ims:uimautil, 0.6.1
Copyright © 2016. All rights reserved.