#include <wchmm.h>

Data Fields | |
| HTK_HMM_State * | out | 
| HMM State.  | |
| int | scid | 
| LM factoring parameter: If scid > 0, it will points to the successor list index.   | |
Definition at line 182 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 196 of file wchmm.h.
Referenced by add_successor(), adjust_sc_index(), compaction_successor(), make_successor_list(), match_successor(), and print_wchmm_s_successor().
 1.5.4