Public Attributes | List of all members
membg_t Struct Reference

Management of in-memory bigrams. Not used if all bigrams in memory. More...

#include <lm.h>

Public Attributes

bg_tbg
 
int32 used
 

Detailed Description

Management of in-memory bigrams. Not used if all bigrams in memory.

Member Data Documentation

bg_t* membg_t::bg

Bigrams for a specific unigram; see lm_t.membg

int32 membg_t::used

Whether used since last lm_reset. If not used, at the next lm_reset bg are freed


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