| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.flat |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<GrammarNode,FlatLinguist.GState> |
FlatLinguist.nodeStateMap |
| Modifier and Type | Method and Description |
|---|---|
protected FlatLinguist.GState |
FlatLinguist.createGState(GrammarNode grammarNode)
Returns a new GState for the given GrammarNode.
|
protected FlatLinguist.GState |
FlatLinguist.getGState(GrammarNode node)
Given a grammar node, retrieve the grammar state
|