SphinxBase  0.6
lm3g_model_s Struct Reference

Common internal structure for Sphinx 3-gram models. More...

#include <lm3g_model.h>

Data Fields

unigram_tunigrams
bigram_tbigrams
trigram_ttrigrams
lmprob_tprob2
 Table of actual bigram probs.
int32 n_prob2
 prob2 size
lmprob_tbo_wt2
 Table of actual bigram backoff weights.
int32 n_bo_wt2
 bo_wt2 size
lmprob_tprob3
 Table of actual trigram probs.
int32 n_prob3
 prob3 size
int32 * tseg_base
 tseg_base[i>>LOG_BG_SEG_SZ] = index of 1st trigram for bigram segment (i>>LOG_BG_SEG_SZ)
tginfo_t ** tginfo
 tginfo[lw2] is head of linked list of trigram information for some cached subset of bigrams (*,lw2).
listelem_alloc_tle
 List element allocator for tginfo.

Detailed Description

Common internal structure for Sphinx 3-gram models.

Definition at line 143 of file lm3g_model.h.


Field Documentation

List element allocator for tginfo.

Definition at line 157 of file lm3g_model.h.

tginfo[lw2] is head of linked list of trigram information for some cached subset of bigrams (*,lw2).

Definition at line 155 of file lm3g_model.h.


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