|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.decoder.pruner.NullPruner
public class NullPruner
A Null pruner. Does no actual pruning
Constructor Summary | |
---|---|
NullPruner()
Creates a simple pruner |
Method Summary | |
---|---|
void |
allocate()
Allocates resources necessary for this pruner |
void |
deallocate()
Deallocates resources necessary for this pruner |
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured. |
ActiveList |
prune(ActiveList activeList)
prunes the given set of states |
void |
startRecognition()
starts the pruner |
void |
stopRecognition()
Performs post-recognition cleanup. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullPruner()
Method Detail |
---|
public void newProperties(PropertySheet ps) throws PropertyException
Configurable
newProperties
in interface Configurable
ps
- a property sheet holding the new data
PropertyException
- if there is a problem with the properties.public void startRecognition()
startRecognition
in interface Pruner
public ActiveList prune(ActiveList activeList)
prune
in interface Pruner
activeList
- the active list of tokens
public void stopRecognition()
stopRecognition
in interface Pruner
public void allocate()
Pruner
allocate
in interface Pruner
public void deallocate()
Pruner
deallocate
in interface Pruner
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |