public class NegationContextHitConsumer extends NamedEntityContextHitConsumer implements ContextHitConsumer
| Constructor and Description |
|---|
NegationContextHitConsumer() |
| 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.
|
createContextAnnotpublic 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
ContextHitConsumerconsumeHit in interface ContextHitConsumerconsumeHit in class NamedEntityContextHitConsumerjcas - the UIMA view to update.focusAnnot - The focus annotation.scope - Scope of the context hit.ctxHit - The context hit.org.apache.uima.analysis_engine.AnalysisEngineProcessExceptionCopyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.