|
|||||||||
| 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()
throws java.io.IOException
java.io.IOExceptionvoid deallocate()
void startRecognition()
Scoreable calculateScores(java.util.List<Token> scorableList)
scorableList - a list containing Scorable objects to be scored
void stopRecognition()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||