#include <wchmm.h>
wchmm_stateのコラボレーション図
変数 | |
A_CELL * | ac |
Transition arcs from this node. | |
HTK_HMM_State * | out |
HMM State. | |
int | scid |
|
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. 参照元 add_successor(), calc_successor_prob(), compaction_successor(), get_back_trellis_proceed(), init_nodescore(), make_iwcache_index(), make_successor_list(), match_successor(), と print_wchmm_s_successor(). |