メインページ | モジュール | データ構造 | Directories | ファイル一覧 | データフィールド | グローバル | 関連ページ

init_phmm.c

HMM 定義ファイルおよびHMMListマッピングファイルのメモリ読み込みと初期化 [詳細]

#include <sent/stddefs.h>
#include <sent/htk_hmm.h>

init_phmm.cのインクルード依存関係図

ソースコードを見る。

関数

HTK_HMM_INFOhmminfo_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)


説明

HMM 定義ファイルおよびHMMListマッピングファイルのメモリ読み込みと初期化

作者:
Akinobu LEE
日付:
Tue Feb 15 23:05:33 2005
Revision
1.1.1.1

init_phmm.c で定義されています。


関数

HTK_HMM_INFO* hmminfo_new  ) 
 

Allocate memory for a new HMM definition data.

戻り値:
pointer to the newly allocated HMM definition data.

init_phmm.c34 行で定義されています。

参照元 initialize_GMM(), initialize_GSHMM(), と initialize_HMM().

void init_hmminfo HTK_HMM_INFO hmminfo,
char *  hmmfilename,
char *  namemapfile
 

Load HTK HMM definition file and HMMList file, and setup phone HMM information.

First try ascii format, then try binary format.

引数:
hmminfo [out] pointer to store all the HMM definition data.
hmmfilename [in] file name of HTK HMM definition file, NULL if not.
namemapfile [in] file name of HMMList mapping file.

init_phmm.c53 行で定義されています。

参照元 initialize_GMM(), initialize_GSHMM(), と initialize_HMM().

void htk_hmm_set_pause_model HTK_HMM_INFO hmminfo,
char *  spmodel_name
 

Set up pause model.

引数:
hmminfo [i/o] HMM definition data
spmodel_name [in] name string of short pause model

init_phmm.c133 行で定義されています。

参照元 initialize_HMM().


Juliusに対してTue Mar 28 16:22:19 2006に生成されました。  doxygen 1.4.2