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

init_voca.c

単語辞書ファイルをメモリに読み込む. [詳細]

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

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

ソースコードを見る。

関数

boolean init_voca (WORD_INFO *winfo, char *filename, HTK_HMM_INFO *hmminfo, boolean not_conv_tri, boolean force_dict)


説明

単語辞書ファイルをメモリに読み込む.

作者:
Akinobu LEE
日付:
Fri Feb 18 19:41:12 2005
Revision
1.1.1.1

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


関数

boolean init_voca WORD_INFO winfo,
char *  filename,
HTK_HMM_INFO hmminfo,
boolean  not_conv_tri,
boolean  force_dict
 

Load and initialize a word dictionary.

引数:
winfo [out] pointer to a word dictionary data to store the read data
filename [in] file name of the word dictionary to read
hmminfo [in] HMM definition data, needed for triphone conversion.
not_conv_tri [in] TRUE if not converting monophone to triphone.
force_dict [in] TRUE if want to ignore the error words in the dictionary
戻り値:
TRUE on success, FALSE on failure.

init_voca.c40 行で定義されています。

参照元 initialize_dict(), と multigram_read_file().


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