- consumeHit(JCas, Annotation, int, ContextHit) - Method in interface org.apache.ctakes.necontexts.ContextHitConsumer
-
Implementation determines how context data is stored to the CAS.
- consumeHit(JCas, Annotation, int, ContextHit) - Method in class org.apache.ctakes.necontexts.ContextHitConsumerAdapter
-
- consumeHit(JCas, Annotation, int, ContextHit) - Method in class org.apache.ctakes.necontexts.NamedEntityContextHitConsumer
-
- consumeHit(JCas, Annotation, int, ContextHit) - Method in class org.apache.ctakes.necontexts.negation.NegationContextHitConsumer
-
- consumeHit(JCas, Annotation, int, ContextHit) - Method in class org.apache.ctakes.necontexts.status.StatusContextHitConsumer
-
- CONTEXT_ANALYZER_CLASS_PARAM - Static variable in class org.apache.ctakes.necontexts.ContextAnnotator
-
"ContextAnalyzerClass" is a required, single, string parameter that
specifies the context analyzer class that determines if a "hit" is found
within a processed scope.
- CONTEXT_ANNOTATION_CLASS_PARAM - Static variable in class org.apache.ctakes.necontexts.ContextAnnotator
-
"ContextAnnotationClass" is a required, single, string parameter that
specifies the annotation type of the context annotations (often "tokens")
that make up the context relative to a focus annotation within a scope
that is being examined.
- CONTEXT_HIT_CONSUMER_CLASS_PARAM - Static variable in class org.apache.ctakes.necontexts.ContextAnnotator
-
"ContextHitConsumerClass" is a required, single, string parameter that
specifies the context hit consumer class that will process context hits
that are found.
- ContextAnalyzer - Interface in org.apache.ctakes.necontexts
-
A context analyzer analyzes a set of annotations that make up a context and
produces context hits which are consumed by context hit consumers.
- contextAnalyzer - Variable in class org.apache.ctakes.necontexts.ContextAnnotator
-
- ContextAnalyzerAdapter - Class in org.apache.ctakes.necontexts
-
- ContextAnalyzerAdapter() - Constructor for class org.apache.ctakes.necontexts.ContextAnalyzerAdapter
-
- ContextAnnotator - Class in org.apache.ctakes.necontexts
-
The context annotator iterates through focus annotations and analyzes the
surrounding context of each.
- ContextAnnotator() - Constructor for class org.apache.ctakes.necontexts.ContextAnnotator
-
- contextConsumer - Variable in class org.apache.ctakes.necontexts.ContextAnnotator
-
- ContextHit - Class in org.apache.ctakes.necontexts
-
Object represents a hit relating to a focus annotation.
- ContextHit(int, int) - Constructor for class org.apache.ctakes.necontexts.ContextHit
-
- ContextHitConsumer - Interface in org.apache.ctakes.necontexts
-
A context hit consumer is called by the context annotator when a context hit
is returned by its context analyzer.
- ContextHitConsumerAdapter - Class in org.apache.ctakes.necontexts
-
- ContextHitConsumerAdapter() - Constructor for class org.apache.ctakes.necontexts.ContextHitConsumerAdapter
-
- createContextAnnot(JCas, Annotation, int, ContextHit) - Method in class org.apache.ctakes.necontexts.NamedEntityContextHitConsumer
-
- CTX_HIT_KEY_STATUS_TYPE - Static variable in class org.apache.ctakes.necontexts.status.StatusContextAnalyzer
-