|
|||||||||
| 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 |
Data |
calculateScores(java.util.List<? extends Scoreable> scorableList)
Scores the given set of states |
void |
deallocate()
Deallocates resources 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()
Data calculateScores(java.util.List<? extends Scoreable> scorableList)
scorableList - a list containing Scoreable objects to be scored
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||