#include <wchmm.h>
Collaboration diagram for wchmm_state:
Data Fields | |
A_CELL * | ac |
Transition arcs from this node. | |
HTK_HMM_State * | out |
HMM State. | |
int | scid |
Definition at line 129 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 145 of file wchmm.h.
Referenced by get_back_trellis_proceed(), and init_nodescore().