Public Attributes | List of all members
bg32_t Struct Reference

A bigram structure which has 32 bits. More...

#include <lm.h>

Public Attributes

s3lmwid32_t wid
 
uint32 probid
 
uint32 bowtid
 
uint32 firsttg
 

Detailed Description

A bigram structure which has 32 bits.

Member Data Documentation

◆ bowtid

uint32 bg32_t::bowtid

Index into array of actualy bigram backoff wts

◆ firsttg

uint32 bg32_t::firsttg

1st trigram entry on disk (see tg_segbase below)

◆ probid

uint32 bg32_t::probid

Index into array of actualy bigram probs

◆ wid

s3lmwid32_t bg32_t::wid

LM wid (index into lm_t.ug)


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