| Package | Description |
|---|---|
| edu.cmu.sphinx.decoder.scorer |
| Modifier and Type | Class and Description |
|---|---|
class |
BackgroundModelNormalizer
Normalizes a set of Tokens against the best scoring Token of a background model.
|
class |
MaxScoreNormalizer
Performs a simple normalization of all token-scores by
|
| Modifier and Type | Field and Description |
|---|---|
protected ScoreNormalizer |
SimpleAcousticScorer.scoreNormalizer |
| Constructor and Description |
|---|
SimpleAcousticScorer(BaseDataProcessor frontEnd,
ScoreNormalizer scoreNormalizer) |
ThreadedAcousticScorer(BaseDataProcessor frontEnd,
ScoreNormalizer scoreNormalizer,
int minScoreablesPerThread,
boolean cpuRelative,
int numThreads,
int threadPriority) |