|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides a mechanism for scoring a set of HMM states
Method Summary | |
void |
allocate()
Allocates resources for this scorer |
Scoreable |
calculateScores(java.util.List scorableList)
Scores the given set of states |
void |
deallocate()
Deallocates resouces for this scorer |
void |
startRecognition()
starts the scorer |
void |
stopRecognition()
stops the scorer |
Methods inherited from interface edu.cmu.sphinx.util.props.Configurable |
getName, newProperties, register |
Method Detail |
public void allocate() throws java.io.IOException
java.io.IOException
public void deallocate()
public void startRecognition()
public Scoreable calculateScores(java.util.List scorableList)
scorableList
- a list containing Scorable objects to
be scored
public void stopRecognition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |