Package edu.cmu.sphinx.linguist.acoustic.tiedstate

Provides classes that represent acoustic model in terms of a set of tied states.

See:
          Description

Interface Summary
Loader Generic interface for a loader of acoustic models
Saver Generic interface for a saver of acoustic models
Senone Represents a set of acoustic data that can be scored against a feature
 

Class Summary
CompositeSenone Represents a composite senone.
GaussianMixture Represents a concrete implementation of a simple senone.
HMMManager Manages HMMs.
MixtureComponent Defines the set of shared elements for a GaussianMixture.
Pool Used to pool shared objects in the acoustic model
PropertiesDumper Dumps out information about an acoustic model.
SenoneHMM Represents a hidden-markov-model.
SenoneHMMState Represents a single state in an HMM
SenoneSequence Contains an ordered list of senones.
Sphinx3Loader Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
TiedStateAcousticModel Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
 

Package edu.cmu.sphinx.linguist.acoustic.tiedstate Description

Provides classes that represent acoustic model in terms of a set of tied states. HMM states are represented by senones which in turn are represented by gaussian mixtures.