PocketSphinx  5prealpha
dict2pid_t Struct Reference

Building composite triphone (as well as word internal triphones) with the dictionary. More...

#include <dict2pid.h>

Data Fields

int refcount
 
bin_mdef_tmdef
 Model definition, used to generate internal ssids on the fly.
 
dict_tdict
 Dictionary this table refers to.
 
s3ssid_t *** ldiph_lc
 For multi-phone words, [base][rc][lc] -> ssid; filled out for word-initial base x rc combinations in current vocabulary.
 
xwdssid_t ** rssid
 Right context state sequence id table First dimension: base phone, Second dimension: left context.
 
s3ssid_t *** lrdiph_rc
 For single-phone words, [base][lc][rc] -> ssid; filled out for single-phone base x lc combinations in current vocabulary.
 
xwdssid_t ** lrssid
 Left-Right context state sequence id table First dimension: base phone, Second dimension: left context.
 

Detailed Description

Building composite triphone (as well as word internal triphones) with the dictionary.

Definition at line 84 of file dict2pid.h.


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