Package edu.cmu.sphinx.linguist.acoustic

Provides classes that represent the acoustic model.

See:
          Description

Interface Summary
AcousticModel Represents the generic interface to the Acoustic Model for sphinx4
HMM Represents a hidden-markov-model.
HMMState Represents a single state in an HMM
 

Class Summary
Context Represents the context for a unit
HMMPosition Defines possible positions of HMMs.
HMMStateArc Represents a transition to single state in an HMM All probabilities are maintained in linear base
LeftRightContext Represents the context for a unit
Unit Represents a unit of speech.
UnitManager Manages the set of units for a recognizer
 

Package edu.cmu.sphinx.linguist.acoustic Description

Provides classes that represent the acoustic model. The acoustic model is represented as a set of hidden markov models (HMMs) associated with a unit of speech.