JavaScript is disabled on your browser.
de.unistuttgart.ims:uimautil, 0.6.2
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
All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent
public class WordListTagger
extends SimpleTagger
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).
Since:
0.4.2
Author:
reiterns
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
static class
WordListTagger.WordList
Represents the word list.
Field Summary
Fields inherited from class de.unistuttgart.ims.uimautil.SimpleTagger
baseAnnotation , baseAnnotationClassName , caseIndependent , listContainsLemmas , PARAM_BASE_ANNOTATION , PARAM_CI , PARAM_LEMMA , PARAM_TARGET_ANNOTATION , PARAM_TARGET_FEATURE , targetAnnotation , targetAnnotationClassName , targetFeatureName
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
WordListTagger
public WordListTagger()
de.unistuttgart.ims:uimautil, 0.6.2
Copyright © 2016. All rights reserved.