| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.flat |
| Modifier and Type | Field and Description |
|---|---|
protected Cache<SentenceHMMStateArc> |
FlatLinguist.arcPool |
| Modifier and Type | Method and Description |
|---|---|
SentenceHMMStateArc |
SentenceHMMState.findArc(SentenceHMMState state)
Searches the set of arcs for an arc that points to a state with an identical value
|
protected SentenceHMMStateArc |
FlatLinguist.getArc(SentenceHMMState nextState,
float logLanguageProbability,
float logInsertionProbability)
Gets a SentenceHMMStateArc.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SentenceHMMState.connect(SentenceHMMStateArc arc)
Connects the arc to this sentence hmm.
|