bigram_s Struct Reference

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.

Detailed Description

Bigram structure.

On-disk representation of bigrams.

Definition at line 52 of file ngram_model_arpa.h.


Field Documentation

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.


The documentation for this struct was generated from the following files:

Generated on 19 Feb 2010 for SphinxBase by  doxygen 1.6.1