43 #ifndef __NGRAM_MODEL_ARPA_H__
44 #define __NGRAM_MODEL_ARPA_H__
46 #include "ngram_model_internal.h"
47 #include "lm3g_model.h"
uint16 prob3
Index into array of actual trigram probs.
Subclass of ngram_model for ARPA file reading.
ngram_model_t base
Base ngram_model_t structure.
Common internal structure for Sphinx 3-gram models.
uint16 trigrams
Index of 1st entry in lm_t.trigrams[], RELATIVE TO its segment base (see above)
uint16 prob2
Index into array of actual bigram probs.
uint16 bo_wt2
Index into array of actual bigram backoff wts.
lm3g_model_t lm3g
Shared lm3g structure.
Common implementation of ngram_model_t.
uint32 wid
Index of unigram entry for this.
uint32 wid
Index of unigram entry for this.