SphinxBase 0.6
|
Data Fields | |
char * | name |
Rule or token name. | |
glist_t | tags |
Tags, if any (glist_t of char *) | |
float | weight |
Weight (default 1) | |
Definition at line 101 of file jsgf_internal.h.
char* jsgf_atom_s::name |
Rule or token name.
Definition at line 102 of file jsgf_internal.h.
glist_t jsgf_atom_s::tags |
Tags, if any (glist_t of char *)
Definition at line 103 of file jsgf_internal.h.
float jsgf_atom_s::weight |
Weight (default 1)
Definition at line 104 of file jsgf_internal.h.