public interface AcousticScorer extends Configurable
Modifier and Type | Method and Description |
---|---|
void |
allocate()
Allocates resources for this scorer
|
Data |
calculateScores(java.util.List<? extends Scoreable> scorableList)
Scores the given set of states over previously stored acoustic data if any or a new one
|
Data |
calculateScoresAndStoreData(java.util.List<? extends Scoreable> scorableList)
Scores the given set of states over previously acoustic data from frontend
and stores latter in the queue
|
void |
deallocate()
Deallocates resources for this scorer
|
void |
startRecognition()
starts the scorer
|
void |
stopRecognition()
stops the scorer
|
newProperties
void allocate()
void deallocate()
void startRecognition()
void stopRecognition()
Data calculateScores(java.util.List<? extends Scoreable> scorableList)
scorableList
- a list containing Scoreable objects to be scoredData calculateScoresAndStoreData(java.util.List<? extends Scoreable> scorableList)
scorableList
- a list containing Scoreable objects to be scored