|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| AcousticScorer | Provides a mechanism for scoring a set of HMM states |
| Scoreable | Represents an entity that can be scored against a data |
| ScoreNormalizer | Describes all API-elements that are necessary to normalize token-scores after these have been computed by an AcousticScorer. |
| Class Summary | |
|---|---|
| AbstractScorer | Implements some basic scorer functionality but keeps specific scoring open for sub-classes. |
| BackgroundModelNormalizer | Normalizes a set of Tokens against the best scoring Token of a background model. |
| MaxScoreNormalizer | Performs a simple normalization of all token-scores by |
| SimpleAcousticScorer | A Simple acoustic scorer which scores within the current thread. |
| ThreadedAcousticScorer | An acoustic scorer that breaks the scoring up into a configurable number of separate threads. |
Provides an interface that represents entities that can be scored, and an interface and several implementations of a scorer that can score these entities. Additionally it provides an interface to normalize computed scores and some basic implementations of it.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||