#include <lm.h>
Public Attributes | |
s3lmwid32_t | w1 |
int32 | n_tg |
tg32_t * | tg32 |
int32 | bowt |
int32 | used |
struct tginfo32_s * | next |
int32 tginfo32_s::bowt |
tg bowt for w1,w2
int32 tginfo32_s::n_tg |
#tg for parent bigram w1,w2
struct tginfo32_s* tginfo32_s::next [read] |
Next w1 with same parent w2
Trigrams for w1,w2
int32 tginfo32_s::used |
whether used since last lm_reset
w1 component of bigram w1,w2. All bigrams with same w2 linked together.