| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.acoustic | |
| edu.cmu.sphinx.linguist.acoustic.tiedstate | |
| edu.cmu.sphinx.linguist.acoustic.trivial | |
| edu.cmu.sphinx.linguist.allphone |
| Modifier and Type | Method and Description |
|---|---|
HMM |
HMMState.getHMM()
Gets the HMM associated with this state
|
HMM |
HMMPool.getHMM(int unitID,
HMMPosition position)
Given a unit id and a position, return the HMM associated with the
unit/position.
|
HMM |
HMMPool.getHMM(Unit base,
Unit lc,
Unit rc,
HMMPosition pos)
Retrieves an HMM for a unit in context.
|
HMM |
AcousticModel.lookupNearestHMM(Unit unit,
HMMPosition position,
boolean exactMatch)
Given a unit, returns the HMM that best matches the given unit.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<HMM> |
AcousticModel.getHMMIterator()
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
|
| Modifier and Type | Class and Description |
|---|---|
class |
SenoneHMM
Represents a hidden-markov-model.
|
| Modifier and Type | Method and Description |
|---|---|
HMM |
LazyHmmManager.get(HMMPosition position,
Unit unit) |
HMM |
HMMManager.get(HMMPosition position,
Unit unit)
Retrieves an HMM by position and unit
|
HMM |
SenoneHMMState.getHMM()
Gets the HMM associated with this state
|
HMM |
TiedStateAcousticModel.lookupNearestHMM(Unit unit,
HMMPosition position,
boolean exactMatch)
Given a unit, returns the HMM that best matches the given unit.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<HMM> |
TiedStateAcousticModel.getHMMIterator()
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
|
java.util.Iterator<HMM> |
HMMManager.iterator()
Gets an iterator that iterates through all HMMs
|
| Modifier and Type | Method and Description |
|---|---|
void |
HMMManager.put(HMM hmm)
Put an HMM into this manager
|
| Modifier and Type | Method and Description |
|---|---|
HMM |
TrivialAcousticModel.lookupNearestHMM(Unit unit,
HMMPosition position,
boolean exactMatch)
Given a unit, returns the HMM that best matches the given unit.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<HMM> |
TrivialAcousticModel.getHMMIterator()
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<HMM> |
AllphoneLinguist.getCDSuccessors(Unit lc,
Unit base) |
java.util.ArrayList<HMM> |
AllphoneLinguist.getCISuccessors() |