SphinxBase
0.6
|
Data Fields | |
char * | version |
JSGF version (from header) | |
char * | charset |
JSGF charset (default UTF-8) | |
char * | locale |
JSGF locale (default C) | |
char * | name |
Grammar name. | |
hash_table_t * | rules |
Defined or imported rules in this grammar. | |
hash_table_t * | imports |
Pointers to imported grammars. | |
jsgf_t * | parent |
Parent grammar (if this is an imported one) | |
glist_t | searchpath |
List of directories to search for grammars. | |
int | nstate |
Number of generated states. | |
glist_t | links |
Generated FSG links. | |
glist_t | rulestack |
Stack of currently expanded rules. |
Definition at line 69 of file jsgf_internal.h.
Pointers to imported grammars.
Definition at line 76 of file jsgf_internal.h.
Referenced by jsgf_grammar_free(), and jsgf_grammar_new().
Generated FSG links.
Definition at line 82 of file jsgf_internal.h.
Referenced by jsgf_grammar_free().
int jsgf_s::nstate |
Number of generated states.
Definition at line 81 of file jsgf_internal.h.
Defined or imported rules in this grammar.
Definition at line 75 of file jsgf_internal.h.
Referenced by jsgf_get_rule(), jsgf_grammar_free(), jsgf_grammar_new(), and jsgf_rule_iter().
Stack of currently expanded rules.
Definition at line 83 of file jsgf_internal.h.
List of directories to search for grammars.
Definition at line 78 of file jsgf_internal.h.
Referenced by jsgf_grammar_free(), and jsgf_grammar_new().