|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.decoder.pruner.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 |
java.lang.String |
getName()
Retrieves the name for this configurable component |
void |
newProperties(PropertySheet ps)
This method is called when this configurable component has new data. |
ActiveList |
prune(ActiveList activeList)
prunes the given set of states |
void |
register(java.lang.String name,
Registry registry)
Register my properties. |
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 register(java.lang.String name, Registry registry) throws PropertyException
Configurable
register
in interface Configurable
name
- the name of the componentregistry
- the registry for this component
PropertyException
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 java.lang.String getName()
Configurable
getName
in interface Configurable
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 |