Interface | Description |
---|---|
ControlFile |
Provides mechanisms for reading a control file (or a pair control file plus transcription file).
|
Learner |
Provides mechanisms for computing statistics given a set of states and input data.
|
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.
|
Class | Description |
---|---|
BaumWelchLearner |
Provides mechanisms for computing statistics given a set of states and input data.
|
BuildTranscriptHMM |
This class builds an HMM from a transcript, at increasing levels of details.
|
Edge |
Defines the basic Edge for any graph A generic graph edge must have a destination Node and an identifier.
|
FlatInitializerLearner |
Provides mechanisms for computing statistics given a set of states and input data.
|
Graph |
Implementation of a graph
|
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.
|
SimpleControlFile |
Provides mechanisms for accessing a next utterance's file name and transcription.
|
SimpleTrainManager |
This is a dummy implementation of a TrainManager.
|
SimpleTranscript |
Provides mechanisms for accessing a transcription.
|
SimpleUtterance |
Provides mechanism for handling a simple utterance.
|
Stage |
Indicates stages during training.
|
Trainer |
Trains models given a set of audio files.
|
TrainerDictionary |
Dummy trainer dictionary.
|
TrainerLink |
Provides mechanisms for handling tokens in the trainer.
|
TrainerToken |
Provides mechanisms for handling tokens in the trainer.
|
TranscriptHMMGraph |
Defines the Transcript Graph
|
UtteranceHMMGraph |
Defines the Utterance Graph.
|