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