| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.acoustic.tiedstate | |
| edu.cmu.sphinx.linguist.allphone |
| Modifier and Type | Method and Description |
|---|---|
static SenoneSequence |
SenoneSequence.create(java.util.List<CompositeSenone> senoneList)
a factory method that creates a SeononeSequence from a list of senones.
|
SenoneSequence |
TiedStateAcousticModel.getCompositeSenoneSequence(Unit unit,
HMMPosition position)
Get a composite senone sequence given the unit.
|
SenoneSequence |
SenoneHMM.getSenoneSequence()
Returns the SenoneSequence associated with this HMM
|
protected SenoneSequence |
Sphinx3Loader.getSenoneSequence(int[] stateid)
Gets the senone sequence representing the given senones.
|
protected SenoneSequence |
HTKLoader.getSenoneSequence(int[] stateId)
Gets the senone sequence representing the given senones.
|
| Constructor and Description |
|---|
SenoneHMM(Unit unit,
SenoneSequence senoneSequence,
float[][] transitionMatrix,
HMMPosition position)
Constructs an HMM
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Unit> |
AllphoneLinguist.getUnits(SenoneSequence senoneSeq) |