SphinxBase  0.6
jsgf_s Struct Reference

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_trules
 Defined or imported rules in this grammar.
hash_table_timports
 Pointers to imported grammars.
jsgf_tparent
 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.

Detailed Description

Definition at line 69 of file jsgf_internal.h.


Field Documentation

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().

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().


The documentation for this struct was generated from the following file: