| Package | Description |
|---|---|
| edu.cmu.sphinx.jsgf |
| Modifier and Type | Method and Description |
|---|---|
void |
JSGFGrammar.commitChanges()
Commit changes to all loaded grammars and all changes of grammar since
the last commitChange
|
void |
GrXMLGrammar.commitChanges()
Commit changes to all loaded grammars and all changes of grammar since
the last commitChange
|
void |
JSGFRuleGrammarManager.linkGrammars() |
void |
JSGFGrammar.loadJSGF(java.lang.String grammarName)
The JSGF grammar specified by grammarName will be loaded from the base
URL (tossing out any previously loaded grammars)
|
protected edu.cmu.sphinx.jsgf.JSGFGrammar.GrammarGraph |
JSGFGrammar.processRule(JSGFRule rule)
Parses the given Rule into a network of GrammarNodes.
|
JSGFRuleName |
JSGFRuleGrammar.resolve(JSGFRuleName ruleName)
Resolve a simple or qualified rule name as a full rule name.
|
void |
JSGFRuleGrammar.resolveAllRules()
Resolve and link up all rule references contained in all rules.
|
protected void |
JSGFRuleGrammar.resolveRule(JSGFRule r)
Resolve the given rule.
|