| Modifier and Type | Method and Description |
|---|---|
SearchStateArc[] |
SearchState.getSuccessors()
Gets a successor to this search state
|
| Modifier and Type | Class and Description |
|---|---|
class |
AFlatLinguist.GrammarState
Represents a grammar node in the search graph.
|
| Modifier and Type | Method and Description |
|---|---|
SearchStateArc |
PhoneLoop.getPhoneLoop()
Returns an arc to this out-of-grammar graph
|
SearchStateArc[] |
AFlatLinguist.GrammarState.getSuccessors()
Gets the set of successors for this state
|
| Constructor and Description |
|---|
PhoneLoop(AcousticModel model,
float logOutOfGrammarBranchProbability,
float logPhoneInsertionProbability,
SearchStateArc[] toGrammarSearchState)
Creates an PhoneLoop
|
| Modifier and Type | Class and Description |
|---|---|
class |
PhoneHmmSearchState |
class |
PhoneNonEmittingSearchState |
class |
PhoneWordSearchState |
| Modifier and Type | Method and Description |
|---|---|
SearchStateArc[] |
PhoneWordSearchState.getSuccessors() |
SearchStateArc[] |
PhoneNonEmittingSearchState.getSuccessors() |
SearchStateArc[] |
PhoneHmmSearchState.getSuccessors() |
| Modifier and Type | Method and Description |
|---|---|
SearchStateArc |
OutOfGrammarGraph.getOutOfGrammarGraph()
Returns an arc to this out-of-grammar graph
|
| Modifier and Type | Class and Description |
|---|---|
class |
SentenceHMMStateArc
Represents a transition in a sentence HMM.
|
| Modifier and Type | Method and Description |
|---|---|
SearchStateArc[] |
SentenceHMMState.getSuccessors()
Gets a successor to this search state
|
| Modifier and Type | Class and Description |
|---|---|
class |
LexTreeLinguist.LexTreeEndUnitState
Represents a unit in the search space
|
class |
LexTreeLinguist.LexTreeEndWordState
Represents the final end of utterance word
|
class |
LexTreeLinguist.LexTreeHMMState
Represents a HMM state in the search space
|
class |
LexTreeLinguist.LexTreeNonEmittingHMMState
Represents a non emitting hmm state
|
class |
LexTreeLinguist.LexTreeUnitState
Represents a unit in the search space
|
class |
LexTreeLinguist.LexTreeWordState
Represents a word state in the search space
|
| Modifier and Type | Method and Description |
|---|---|
SearchStateArc[] |
LexTreeLinguist.LexTreeEndUnitState.getSuccessors()
Returns the list of successors to this state
|
SearchStateArc[] |
LexTreeLinguist.LexTreeUnitState.getSuccessors()
Returns the list of successors to this state
|
SearchStateArc[] |
LexTreeLinguist.LexTreeHMMState.getSuccessors()
Retrieves the set of successors for this state
|
SearchStateArc[] |
LexTreeLinguist.LexTreeWordState.getSuccessors()
Returns the list of successors to this state
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
LinguistDumper.dumpArc(java.io.PrintStream out,
SearchState from,
SearchStateArc arc,
int level)
Dumps an arc
|
protected void |
GDLDumper.dumpArc(java.io.PrintStream out,
SearchState from,
SearchStateArc arc,
int level)
Dumps an arc
|