#include <sent/stddefs.h>
#include <sent/htk_param.h>
#include <sent/hmm.h>
vsegment.cのインクルード依存関係図
関数 | |
LOGPROB | viterbi_segment (HMM *hmm, HTK_Param *param, int *endstates, int ulen, int **id_ret, int **seg_ret, LOGPROB **uscore_ret, int *slen_ret) |
Perform Viterbi alignment. |
vsegment.c で定義されています。
|
Perform Viterbi alignment. This function performs viterbi alignment for the given sentence HMM, input parameter and unit definition. Any segmentatino unit (word, phoneme state, etc.) is allowed: the segmentation unit should be specified by specifying a list of state id which are the end of each unit. For example, if you want to obtain phoneme alignment, the list of state number that exist at the end of phones should be specified by endstates.
vsegment.c の 50 行で定義されています。 参照元 do_align(). |