Package edu.cmu.sphinx.decoder.scorer

Provides an interface that represents entities that can be scored, and an interface and several implementations of a scorer that can score these entities.

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
 

Class Summary
SimpleAcousticScorer A Simple acoustic scorer.
ThreadedAcousticScorer An acoustic scorer that breaks the scoring up into a configurable number of separate threads.
 

Package edu.cmu.sphinx.decoder.scorer Description

Provides an interface that represents entities that can be scored, and an interface and several implementations of a scorer that can score these entities.