public class BuildTranscriptHMM
extends java.lang.Object
| Constructor and Description |
|---|
BuildTranscriptHMM(java.lang.String context,
Transcript transcript,
AcousticModel acousticModel,
UnitManager unitManager)
Constructor for class BuildTranscriptHMM.
|
| Modifier and Type | Method and Description |
|---|---|
Graph |
buildContextDependentPhonemeGraph(Graph phonemeGraph)
Convert phoneme graph to a context sensitive phoneme graph.
|
Graph |
buildHMMGraph(Graph cdGraph)
Convert the phoneme graph to an HMM.
|
Graph |
getGraph()
Returns the graph.
|
public BuildTranscriptHMM(java.lang.String context,
Transcript transcript,
AcousticModel acousticModel,
UnitManager unitManager)
context - this object's contexttranscript - the transcript to be converted to HMMacousticModel - the acoustic model to be usedunitManager - the manager for unitspublic Graph getGraph()
public Graph buildContextDependentPhonemeGraph(Graph phonemeGraph)
phonemeGraph - the phoneme graph