| Package | Description |
|---|---|
| org.apache.ctakes.necontexts | |
| org.apache.ctakes.necontexts.negation | |
| org.apache.ctakes.necontexts.status |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContextHitConsumerAdapter.consumeHit(org.apache.uima.jcas.JCas jcas,
org.apache.uima.jcas.tcas.Annotation focusAnnot,
int scope,
ContextHit ctxHit) |
abstract void |
NamedEntityContextHitConsumer.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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NegationContextHitConsumer.consumeHit(org.apache.uima.jcas.JCas jcas,
org.apache.uima.jcas.tcas.Annotation focusAnnot,
int scope,
ContextHit ctxHit) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusContextHitConsumer.consumeHit(org.apache.uima.jcas.JCas jcas,
org.apache.uima.jcas.tcas.Annotation focusAnnot,
int scope,
ContextHit ctxHit) |
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.