public class Backmapper
extends org.apache.uima.fit.component.JCasAnnotator_ImplBase
ApplyChangesAnnotator
this annotator
can be used to map the annotations created in the cleaned view back to the
original view.ApplyChangesAnnotator
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_CHAIN
Chain of views for backmapping.
|
protected LinkedList<String> |
sofaChain |
Constructor and Description |
---|
Backmapper() |
Modifier and Type | Method and Description |
---|---|
void |
process(org.apache.uima.jcas.JCas aJCas) |
getLogger, initialize
getRequiredCasInterface, process
getCasInstancesRequired, hasNext, next
public static final String PARAM_CHAIN
ApplyChangesAnnotator
has used.
For example, if view A has been mapped to B using ApplyChangesAnnotator
, then this
parameter should be set using an array containing [B, A].protected LinkedList<String> sofaChain
public void process(org.apache.uima.jcas.JCas aJCas) 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.