37 #ifndef __LM_TRIE_QUANT_H__ 38 #define __LM_TRIE_QUANT_H__ 42 #include "ngrams_raw.h" 46 typedef enum lm_trie_quant_type_e {
49 } lm_trie_quant_type_t;
93 void lm_trie_quant_train(
lm_trie_quant_t * quant,
int order, uint32 counts,
107 float prob,
float backoff);
Structure that stores address of certain value in bit array.
An implementation bit array - memory efficient storage for digit int and float data.