public abstract class SingleLabelOutcomeAnnotator_ImplBase extends org.apache.uima.fit.component.JCasAnnotator_ImplBase implements SingleLabelOutcomeAnnotator
Constructor and Description |
---|
SingleLabelOutcomeAnnotator_ImplBase() |
Modifier and Type | Method and Description |
---|---|
double |
getTextClassificationOutcomeWeight(org.apache.uima.jcas.JCas jcas)
This methods adds a (default) weight to instances.
|
void |
process(org.apache.uima.jcas.JCas jcas) |
getLogger, initialize
getRequiredCasInterface, process
getCasInstancesRequired, hasNext, next
batchProcessComplete, collectionProcessComplete, destroy, getContext, getResultSpecification, reconfigure, setResultSpecification
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTextClassificationOutcome
public SingleLabelOutcomeAnnotator_ImplBase()
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
jcas
- the jcas objectorg.apache.uima.analysis_engine.AnalysisEngineProcessException
- exception in case of errorpublic double getTextClassificationOutcomeWeight(org.apache.uima.jcas.JCas jcas) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
jcas
- the JCas to add the annotation toorg.apache.uima.analysis_engine.AnalysisEngineProcessException
- exception in case of errorsCopyright © 2013–2019 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.