public class ApplyChangesAnnotator
extends org.apache.uima.fit.component.JCasAnnotator_ImplBase
SofaChangeAnnotation
.Backmapper
Modifier and Type | Field and Description |
---|---|
static String |
OP_DELETE |
static String |
OP_INSERT |
static String |
OP_REPLACE |
static String |
VIEW_SOURCE |
static String |
VIEW_TARGET |
Constructor and Description |
---|
ApplyChangesAnnotator() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyChanges(org.apache.uima.jcas.JCas aSourceView,
org.apache.uima.jcas.JCas aTargetView) |
void |
process(org.apache.uima.jcas.JCas aJCas) |
getLogger, initialize
getRequiredCasInterface, process
getCasInstancesRequired, hasNext, next
public static final String VIEW_SOURCE
public static final String VIEW_TARGET
public static final String OP_INSERT
public static final String OP_REPLACE
public static final String OP_DELETE
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
protected void applyChanges(org.apache.uima.jcas.JCas aSourceView, org.apache.uima.jcas.JCas aTargetView)
Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.