| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.acoustic | |
| edu.cmu.sphinx.linguist.acoustic.tiedstate | |
| edu.cmu.sphinx.linguist.acoustic.trivial | |
| edu.cmu.sphinx.linguist.flat |
| Modifier and Type | Method and Description |
|---|---|
HMMPosition |
HMM.getPosition()
Retrieves the position of this HMM.
|
static HMMPosition |
HMMPosition.lookup(java.lang.String rep)
Looks up an HMMPosition based upon its representation
|
static HMMPosition |
HMMPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HMMPosition[] |
HMMPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
HMMPosition |
SenoneHMM.getPosition()
Retrieves the position of this HMM.
|
| 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
|
SenoneSequence |
TiedStateAcousticModel.getCompositeSenoneSequence(Unit unit,
HMMPosition position)
Get a composite senone sequence given the unit.
|
HMM |
TiedStateAcousticModel.lookupNearestHMM(Unit unit,
HMMPosition position,
boolean exactMatch)
Given a unit, returns the HMM that best matches the given unit.
|
| Constructor and Description |
|---|
SenoneHMM(Unit unit,
SenoneSequence senoneSequence,
float[][] transitionMatrix,
HMMPosition position)
Constructs an HMM
|
| 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 |
|---|---|
HMMPosition |
UnitState.getPosition()
Gets the position for this unit
|
| Constructor and Description |
|---|
UnitState(Unit unit,
HMMPosition position)
Creates a UnitState with the given unit and HMM position.
|