Bigram structure. More...
#include <ngram_model_arpa.h>
Data Fields | |
uint32 | wid |
Index of unigram entry for this. | |
uint16 | prob2 |
Index into array of actual bigram probs. | |
uint16 | bo_wt2 |
Index into array of actual bigram backoff wts. | |
uint16 | trigrams |
Index of 1st entry in lm_t.trigrams[], RELATIVE TO its segment base (see above). | |
uint16 | wid |
Index of unigram entry for this. |
Bigram structure.
On-disk representation of bigrams.
Definition at line 52 of file ngram_model_arpa.h.
uint16 bigram_s::wid |
Index of unigram entry for this.
(NOT dictionary id.)
Definition at line 54 of file ngram_model_dmp.h.
uint32 bigram_s::wid |
Index of unigram entry for this.
(NOT dictionary id.)
Definition at line 53 of file ngram_model_arpa.h.