| Package | Description |
|---|---|
| edu.cmu.sphinx.trainer |
| Modifier and Type | Class and Description |
|---|---|
class |
TranscriptHMMGraph
Defines the Transcript Graph
|
class |
UtteranceHMMGraph
Defines the Utterance Graph.
|
| Modifier and Type | Method and Description |
|---|---|
Graph |
BuildTranscriptHMM.buildContextDependentPhonemeGraph(Graph phonemeGraph)
Convert phoneme graph to a context sensitive phoneme graph.
|
Graph |
BuildTranscriptHMM.buildHMMGraph(Graph cdGraph)
Convert the phoneme graph to an HMM.
|
Graph |
BuildTranscriptHMM.getGraph()
Returns the graph.
|
Graph |
TrainerDictionary.getWordGraph(java.lang.String word,
boolean hasDummy)
Gets a word pronunciation graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UtteranceHMMGraph.add(Graph transcriptGraph)
Add a transcript graph to the current utterance graph.
|
void |
UtteranceGraph.add(Graph transcriptGraph)
Add a transcript graph to the current utterance graph.
|
Graph |
BuildTranscriptHMM.buildContextDependentPhonemeGraph(Graph phonemeGraph)
Convert phoneme graph to a context sensitive phoneme graph.
|
Graph |
BuildTranscriptHMM.buildHMMGraph(Graph cdGraph)
Convert the phoneme graph to an HMM.
|
void |
Graph.copyGraph(Graph graph)
Copy a graph to the current graph object.
|
void |
Graph.insertGraph(Graph graph,
Node node)
Insert a graph in the current graph, replacing a particular node.
|