|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
getName, newProperties, register |
Method Detail |
public void startRecognition()
public ActiveList prune(ActiveList stateTokenList)
stateTokenList
- a list containing StateToken objects to
be scored
public void stopRecognition()
public void allocate()
public void deallocate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |