| Package | Description |
|---|---|
| edu.cmu.sphinx.trainer |
| Class and Description |
|---|
| ControlFile
Provides mechanisms for reading a control file (or a pair control file plus transcription file).
|
| Edge
Defines the basic Edge for any graph A generic graph edge must have a destination Node and an identifier.
|
| Graph
Implementation of a graph
|
| Learner
Provides mechanisms for computing statistics given a set of states and input data.
|
| Node
Defines the basic Node for any graph A generic graph Node must have a list of outgoing edges and an identifier.
|
| NodeType
Indicates node types such as beginning, end, containing word etc.
|
| Stage
Indicates stages during training.
|
| TrainerToken
Provides mechanisms for handling tokens in the trainer.
|
| TrainManager
Manages inputs and outputs to the other trainer classes.
|
| Transcript
Provides mechanisms for accessing an utterance's transcription.
|
| TranscriptGraph
Interface to the TranscriptGraph, a graph of a transcript
|
| Utterance
Provides mechanisms for accessing an utterance.
|
| UtteranceGraph
Interface to the UtteranceGraph, a graph of an utterance.
|