SphinxBase 0.6
|
Data Fields | |
ngram_iter_t | base |
unigram_t * | ug |
bigram_t * | bg |
trigram_t * | tg |
Definition at line 276 of file lm3g_templates.c.
ngram_iter_t lm3g_iter_s::base |
Definition at line 277 of file lm3g_templates.c.
bigram_t* lm3g_iter_s::bg |
Definition at line 279 of file lm3g_templates.c.
trigram_t* lm3g_iter_s::tg |
Definition at line 280 of file lm3g_templates.c.
unigram_t* lm3g_iter_s::ug |
Definition at line 278 of file lm3g_templates.c.