Package | Description |
---|---|
org.apache.ctakes.core.fsm.adapters |
This package contains adapters for JCas token objects comforming to the input interfaces used by the FSM project.
|
org.apache.ctakes.core.fsm.machine | |
org.apache.ctakes.core.fsm.token | |
org.apache.ctakes.necontexts | |
org.apache.ctakes.smokingstatus.context |
Modifier and Type | Class and Description |
---|---|
class |
TextTokenAdapter
Adapts JCas token annotation to interface expected by the Context Dependent
Tokenizer.
|
class |
WordTokenAdapter
Adapts JCas token annotation to interface expected by the Context Dependent
Tokenizer.
|
Modifier and Type | Method and Description |
---|---|
Set<StatusIndicator> |
StatusIndicatorFSM.execute(List<TextToken> tokens)
Executes the finite state machines.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WordToken |
Modifier and Type | Method and Description |
---|---|
protected List<TextToken> |
NamedEntityContextAnalyzer.wrapAsFsmTokens(List<? extends org.apache.uima.jcas.tcas.Annotation> tokenList)
This method converts Token annotations to TextTokens required by the fsm library used by both subclasses of this class.
|
Modifier and Type | Method and Description |
---|---|
protected List<TextToken> |
NamedEntityContextAnalyzer.wrapAsFsmTokens(List<? extends org.apache.uima.jcas.tcas.Annotation> tokenList)
This method converts Token annotations to TextTokens required by the fsm library used by both subclasses of this class.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.