#include <sent/stddefs.h>
#include <sent/htk_hmm.h>
Include dependency graph for init_phmm.c:
Go to the source code of this file.
Functions | |
HTK_HMM_INFO * | hmminfo_new () |
void | init_hmminfo (HTK_HMM_INFO *hmminfo, char *hmmfilename, char *namemapfile) |
Load HTK HMM definition file and HMMList file, and setup phone HMM information. | |
void | htk_hmm_set_pause_model (HTK_HMM_INFO *hmminfo, char *spmodel_name) |
Definition in file init_phmm.c.
|
Allocate memory for a new HMM definition data.
Definition at line 34 of file init_phmm.c. Referenced by initialize_GMM(), initialize_GSHMM(), and initialize_HMM(). |
|
Load HTK HMM definition file and HMMList file, and setup phone HMM information. First try ascii format, then try binary format.
Definition at line 53 of file init_phmm.c. Referenced by initialize_GMM(), initialize_GSHMM(), and initialize_HMM(). |
|
Set up pause model.
Definition at line 133 of file init_phmm.c. Referenced by initialize_HMM(). |