#include <wchmm.h>
Collaboration diagram for wchmm_state:

Data Fields | |
| ACOUSTIC_SPEC | out |
| State output probability container. | |
| int | scid |
| LM factoring parameter: If scid > 0, it will points to the successor list index. | |
Definition at line 188 of file wchmm.h.
LM factoring parameter: If scid > 0, it will points to the successor list index.
If scid = 0, the node is not on branch. If scid < 0, it will points to the unigram factoring value index.
Definition at line 202 of file wchmm.h.
Referenced by add_successor(), adjust_sc_index(), beam_inter_word_factoring(), beam_intra_word_core(), can_succeed(), compaction_successor(), init_nodescore(), make_iwcache_index(), make_successor_list(), make_successor_list_unigram_factoring(), match_successor(), max_successor_prob(), max_successor_prob_iw(), and print_wchmm_s_successor().
1.5.1