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

関数 | |
| static void | read_global_opt (FILE *fp, HTK_HMM_Options *op) | 
| void | set_global_opt (FILE *fp, HTK_HMM_INFO *hmm) | 
| static char * | get_opttype_str (OptionStr *confdata, short type) | 
| char * | get_cov_str (short covtype) | 
| char * | get_dur_str (short durtype) | 
変数 | |
| static OptionStr | optcov [] | 
| Strings to make mapping between HMM covariance option strings and code definitions.   | |
| static OptionStr | optdur [] | 
| Strings to make mapping between HMM duration option strings and code definitions.   | |
| char * | rdhmmdef_token | 
| Current token.  | |
rdhmmdef_options.c で定義されています。
      
  | 
  ||||||||||||
| 
 Read in global options. 
 
 rdhmmdef_options.c の 56 行で定義されています。 参照元 set_global_opt().  | 
  
      
  | 
  ||||||||||||
| 
 Set global options starting at the current token to HMM definition data. 
 
 rdhmmdef_options.c の 133 行で定義されています。 参照元 rdhmmdef().  | 
  
      
  | 
  ||||||||||||
| 
 Get option name string from its type code. 
 
 
 rdhmmdef_options.c の 148 行で定義されています。 参照元 get_cov_str(), と get_dur_str().  | 
  
      
  | 
  
| 
 Get covariance option name string from its type code. 
 
 
 rdhmmdef_options.c の 168 行で定義されています。 参照元 print_hmmdef_info().  | 
  
      
  | 
  
| 
 Get duration option name string from its type code. 
 
 
 rdhmmdef_options.c の 181 行で定義されています。 参照元 print_hmmdef_info().  | 
  
      
  | 
  
| 
 初期値:  {      
  {"DIAGC", C_DIAG_C, "Diag", TRUE},
  {"INVDIAGC", C_INV_DIAG, "InvDiag", FALSE},
  {"FULLC", C_FULL, "Full", FALSE},
  {"LLTC", C_LLT, "LLT", FALSE}, 
  {"XFORMC", C_XFORM, "Xform", FALSE},  
  {NULL,0,NULL,FALSE}
}
 rdhmmdef_options.c の 29 行で定義されています。  | 
  
      
  | 
  
| 
 初期値:  {      
  {"NULLD", D_NULL, "Null", TRUE},
  {"POISSOND", D_POISSON, "Poisson", FALSE},
  {"GAMMAD", D_GAMMA, "Gamma", FALSE},
  {"GEND", D_GEN, "Gen", FALSE},
  {NULL,0,NULL,FALSE}
}
 rdhmmdef_options.c の 38 行で定義されています。  | 
  
 1.4.2