strcture for storing the model definition.
Definition: mdef.h:184
s3wid_t wid
Definition: word_ugprob.h:78
int32 s3wid_t
Definition: s3types.h:136
word_ugprob_t ** init_word_ugprob(mdef_t *_mdef, lm_t *_lm, dict_t *_dict)
Operations on dictionary.
struct word_ugprob_s word_ugprob_t
struct word_ugprob_s * next
Definition: word_ugprob.h:80
int32 ugprob
Definition: word_ugprob.h:79
Size definition of semantically units. Common for both s3 and s3.X decoder.
a structure for a dictionary.
Definition: dict.h:146
Definition: word_ugprob.h:77
void word_ugprob_free(word_ugprob_t **wugp, int32 n)
The language model. All unigrams are read into memory on initialization. Bigrams and trigrams read in...