Uses of Class
org.apache.ctakes.necontexts.ContextHit

Packages that use ContextHit
org.apache.ctakes.necontexts   
org.apache.ctakes.necontexts.negation   
org.apache.ctakes.necontexts.status   
 

Uses of ContextHit in org.apache.ctakes.necontexts
 

Methods in org.apache.ctakes.necontexts that return ContextHit
 ContextHit ContextAnalyzerAdapter.analyzeContext(List<? extends org.apache.uima.jcas.tcas.Annotation> tokenList, int scope)
           
 ContextHit ContextAnalyzer.analyzeContext(List<? extends org.apache.uima.jcas.tcas.Annotation> contextAnnotations, int scopeOrientation)
          This method is called by the ContextAnnotator.
 

Methods in org.apache.ctakes.necontexts with parameters of type ContextHit
abstract  void NamedEntityContextHitConsumer.consumeHit(org.apache.uima.jcas.JCas jcas, org.apache.uima.jcas.tcas.Annotation focusAnnot, int scope, ContextHit ctxHit)
           
 void ContextHitConsumerAdapter.consumeHit(org.apache.uima.jcas.JCas jcas, org.apache.uima.jcas.tcas.Annotation focusAnnot, int scope, ContextHit ctxHit)
           
 void ContextHitConsumer.consumeHit(org.apache.uima.jcas.JCas jcas, org.apache.uima.jcas.tcas.Annotation focusAnnotation, int scope, ContextHit contextHit)
          Implementation determines how context data is stored to the CAS.
protected  ContextAnnotation NamedEntityContextHitConsumer.createContextAnnot(org.apache.uima.jcas.JCas jcas, org.apache.uima.jcas.tcas.Annotation focusAnnot, int scope, ContextHit ctxHit)
           
 

Uses of ContextHit in org.apache.ctakes.necontexts.negation
 

Methods in org.apache.ctakes.necontexts.negation that return ContextHit
 ContextHit NegationContextAnalyzer.analyzeContext(List<? extends org.apache.uima.jcas.tcas.Annotation> contextTokens, int scopeOrientation)
          This method analyzes a list of tokens looking for a negation pattern as specified by the class NegationFSM.
 

Methods in org.apache.ctakes.necontexts.negation with parameters of type ContextHit
 void NegationContextHitConsumer.consumeHit(org.apache.uima.jcas.JCas jcas, org.apache.uima.jcas.tcas.Annotation focusAnnot, int scope, ContextHit ctxHit)
           
 

Uses of ContextHit in org.apache.ctakes.necontexts.status
 

Methods in org.apache.ctakes.necontexts.status that return ContextHit
 ContextHit StatusContextAnalyzer.analyzeContext(List<? extends org.apache.uima.jcas.tcas.Annotation> tokenList, int scope)
          Analyze a list of tokens looking for a status pattern as specified by the class StatusIndicatorFSM.
 

Methods in org.apache.ctakes.necontexts.status with parameters of type ContextHit
 void StatusContextHitConsumer.consumeHit(org.apache.uima.jcas.JCas jcas, org.apache.uima.jcas.tcas.Annotation focusAnnot, int scope, ContextHit ctxHit)
           
 



Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.