@Deprecated public abstract class Normalizer_ImplBase extends org.apache.uima.fit.component.JCasAnnotator_ImplBase
Constructor and Description |
---|
Normalizer_ImplBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Map<Integer,List<SofaChangeAnnotation>> |
createSofaChangesMap(org.apache.uima.jcas.JCas jcas)
Deprecated.
A map, where a token position maps to a list of SofaChangeAnnotations that should be applied
for that token
|
protected abstract Map<Integer,Boolean> |
createTokenReplaceMap(org.apache.uima.jcas.JCas jcas,
AlignedString as)
Deprecated.
A map showing which token should be kept and which should be replaced.
|
void |
process(org.apache.uima.jcas.JCas jcas)
Deprecated.
|
getLogger, initialize
getRequiredCasInterface, process
getCasInstancesRequired, hasNext, next
protected abstract Map<Integer,List<SofaChangeAnnotation>> createSofaChangesMap(org.apache.uima.jcas.JCas jcas)
jcas
- a CAS.protected abstract Map<Integer,Boolean> createTokenReplaceMap(org.apache.uima.jcas.JCas jcas, AlignedString as) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
jcas
- a CAS.as
- an aligned string.org.apache.uima.analysis_engine.AnalysisEngineProcessException
- if there is an error.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
Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.