#include <sent/stddefs.h>
#include <sent/hmm.h>
Include dependency graph for mkwhmm.c:

Go to the source code of this file.
Functions | |
| 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) |
Definition in file mkwhmm.c.
|
||||||||||||
|
Calculate total number of states in a phoneme sequence.
Definition at line 41 of file mkwhmm.c. Referenced by new_make_word_hmm_with_lm(). |
|
||||||||||||||||
|
Add a transition arc on the HMM state.
Definition at line 74 of file mkwhmm.c. Referenced by new_make_word_hmm_with_lm(). |
|
||||||||||||||||||||
|
Make a HMM instance for recognition from phoneme sequence, with connection probabiliry given for each phoneme.
Definition at line 102 of file mkwhmm.c. Referenced by new_make_word_hmm(). |
|
||||||||||||||||
|
Make a HMM instance for recognition from phoneme sequence.
Definition at line 362 of file mkwhmm.c. Referenced by do_align(), and scan_word(). |
|
|
Free an HMM instance.
Definition at line 381 of file mkwhmm.c. Referenced by do_align(). |
1.4.2