|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Pruner
Provides a mechanism for pruning a set of StateTokens
Method Summary | |
---|---|
void |
allocate()
Allocates resources necessary for this pruner |
void |
deallocate()
Deallocates resources necessary for this pruner |
ActiveList |
prune(ActiveList stateTokenList)
prunes the given set of states |
void |
startRecognition()
Starts the pruner |
void |
stopRecognition()
Performs post-recognition cleanup. |
Methods inherited from interface edu.cmu.sphinx.util.props.Configurable |
---|
newProperties |
Method Detail |
---|
void startRecognition()
ActiveList prune(ActiveList stateTokenList)
stateTokenList
- a list containing StateToken objects to be scored
void stopRecognition()
void allocate()
void deallocate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |