|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.research.parallel.ParallelAcousticScorer
A parallel acoustic scorer that is capable of scoring multiple feature streams.
Constructor Summary | |
ParallelAcousticScorer()
|
Method Summary | |
void |
allocate()
Allocates resources for this scorer |
Scoreable |
calculateScores(java.util.List scoreableList)
Scores the given set of Tokens. |
void |
deallocate()
Deallocates resouces for this scorer |
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. |
void |
register(java.lang.String name,
Registry registry)
Register my properties. |
void |
startRecognition()
starts the scorer |
void |
stopRecognition()
stops the scorer |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParallelAcousticScorer()
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 Scoreable calculateScores(java.util.List scoreableList)
calculateScores
in interface AcousticScorer
scoreableList
- a list containing StateToken objects to
be scored
public java.lang.String getName()
Configurable
getName
in interface Configurable
public void allocate() throws java.io.IOException
allocate
in interface AcousticScorer
java.io.IOException
public void deallocate()
deallocate
in interface AcousticScorer
public void startRecognition()
startRecognition
in interface AcousticScorer
public void stopRecognition()
stopRecognition
in interface AcousticScorer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |