#include <lm.h>
Public Attributes | |
s3lmwid_t | w1 |
int32 | n_tg |
tg_t * | tg |
int32 | bowt |
int32 | used |
struct tginfo_s * | next |
int32 tginfo_s::bowt |
tg bowt for w1,w2
int32 tginfo_s::n_tg |
#tg for parent bigram w1,w2
struct tginfo_s* tginfo_s::next |
Next w1 with same parent w2
tg_t* tginfo_s::tg |
Trigrams for w1,w2
int32 tginfo_s::used |
whether used since last lm_reset
s3lmwid_t tginfo_s::w1 |
w1 component of bigram w1,w2. All bigrams with same w2 linked together.