#include <sent/stddefs.h>
#include <sent/htk_hmm.h>
init_phmm.cのインクルード依存関係図

関数 | |
| 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) | 
init_phmm.c で定義されています。
      
  | 
  
| 
 Allocate memory for a new HMM definition data. 
 
 init_phmm.c の 34 行で定義されています。 参照元 initialize_GMM(), initialize_GSHMM(), と initialize_HMM().  | 
  
      
  | 
  ||||||||||||||||
| 
 Load HTK HMM definition file and HMMList file, and setup phone HMM information. First try ascii format, then try binary format. 
 
 init_phmm.c の 53 行で定義されています。 参照元 initialize_GMM(), initialize_GSHMM(), と initialize_HMM().  | 
  
      
  | 
  ||||||||||||
| 
 Set up pause model. 
 
 init_phmm.c の 133 行で定義されています。 参照元 initialize_HMM().  | 
  
 1.4.2