public class StatusContextHitConsumer extends NamedEntityContextHitConsumer implements ContextHitConsumer
Constructor and Description |
---|
StatusContextHitConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
consumeHit(org.apache.uima.jcas.JCas jcas,
org.apache.uima.jcas.tcas.Annotation focusAnnot,
int scope,
ContextHit ctxHit)
Implementation determines how context data is stored to the CAS.
|
createContextAnnot
public void consumeHit(org.apache.uima.jcas.JCas jcas, org.apache.uima.jcas.tcas.Annotation focusAnnot, int scope, ContextHit ctxHit) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
ContextHitConsumer
consumeHit
in interface ContextHitConsumer
consumeHit
in class NamedEntityContextHitConsumer
jcas
- the UIMA view to update.focusAnnot
- The focus annotation.scope
- Scope of the context hit.ctxHit
- The context hit.org.apache.uima.analysis_engine.AnalysisEngineProcessException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.