public interface Pruner extends Configurable
Modifier and Type | Method and Description |
---|---|
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.
|
newProperties
void startRecognition()
ActiveList prune(ActiveList stateTokenList)
stateTokenList
- a list containing StateToken objects to be scoredvoid stopRecognition()
void allocate()
void deallocate()