|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AcousticScorer
Provides a mechanism for scoring a set of HMM states
Method Summary | |
---|---|
void |
allocate()
Allocates resources for this scorer |
Scoreable |
calculateScores(java.util.List<Token> 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 |
---|
newProperties |
Method Detail |
---|
void allocate()
void deallocate()
void startRecognition()
void stopRecognition()
Scoreable calculateScores(java.util.List<Token> scorableList)
scorableList
- a list containing Scorable objects to be scored
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |