#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) |
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 |
init_voca.c の 40 行で定義されています。