cross word triphone model structure More...
#include <ctxt_table.h>
Public Attributes | |
s3ssid_t * | ssid |
s3cipid_t * | cimap |
int32 | n_ssid |
cross word triphone model structure
Triphone information in the flat lexicon search in Sphinx 3.0 for all word hmm modelling broken up into 4 cases: within-word triphones left-context cross-word triphones (multi-phone words) right-context cross-word triphones (multi-phone words) left- and right-cross-word triphones (single-phone words) These 4 cases captured by the following data structures.
Index into ssid[] above for each ci phone
Referenced by dict2pid_get_rcmap().
int32 xwdssid_t::n_ssid |
#Unique ssid in above, compressed ssid list
Referenced by get_rc_nssid().
Senone Sequence ID list for all context ciphones
Referenced by word_enter().