#include <sent/stddefs.h>
#include <sent/hmm.h>
mkwhmm.cのインクルード依存関係図
関数 | |
static int | totalstatelen (HMM_Logical **hdseq, int hdseqlen) |
static void | add_arc (HMM_STATE *state, int arc, LOGPROB a) |
HMM * | new_make_word_hmm_with_lm (HTK_HMM_INFO *hmminfo, HMM_Logical **hdseq, int hdseqlen, LOGPROB *lscore) |
HMM * | new_make_word_hmm (HTK_HMM_INFO *hmminfo, HMM_Logical **hdseq, int hdseqlen) |
void | free_hmm (HMM *d) |
mkwhmm.c で定義されています。
|
Calculate total number of states in a phoneme sequence.
|
|
Add a transition arc on the HMM state.
|
|
Make a HMM instance for recognition from phoneme sequence, with connection probabiliry given for each phoneme.
参照元 new_make_word_hmm(). |
|
Make a HMM instance for recognition from phoneme sequence.
参照元 do_align(), と scan_word(). |
|
Free an HMM instance.
参照元 do_align(). |