SphinxBase 0.6
ngram_model_dmp_s Struct Reference

Subclass of ngram_model for DMP file reading. More...

#include <ngram_model_dmp.h>

Data Fields

ngram_model_t base
 Base ngram_model_t structure.
 
lm3g_model_t lm3g
 Common lm3g_model_t structure.
 
mmio_file_tdump_mmap
 mmap() of dump file (or NULL if none)
 

Detailed Description

Subclass of ngram_model for DMP file reading.

Definition at line 76 of file ngram_model_dmp.h.

Field Documentation

◆ base

ngram_model_t ngram_model_dmp_s::base

Base ngram_model_t structure.

Definition at line 77 of file ngram_model_dmp.h.

◆ dump_mmap

mmio_file_t* ngram_model_dmp_s::dump_mmap

mmap() of dump file (or NULL if none)

Definition at line 79 of file ngram_model_dmp.h.

◆ lm3g

lm3g_model_t ngram_model_dmp_s::lm3g

Common lm3g_model_t structure.

Definition at line 78 of file ngram_model_dmp.h.


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