#include <sent/stddefs.h>
#include <sent/htk_hmm.h>
#include <sent/vocabulary.h>
Go to the source code of this file.
| Functions | |
| 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. | |
| boolean | init_wordlist (WORD_INFO *winfo, char *filename, HTK_HMM_INFO *hmminfo, char *headphone, char *tailphone, char *contextphone, boolean force_dict) | 
| Load and initialize a word list for isolated word recognition. | |
Definition in file 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 | 
Definition at line 41 of file init_voca.c.
Referenced by initialize_dict(), and multigram_read_file_and_add().
| boolean init_wordlist | ( | WORD_INFO * | winfo, | |
| char * | filename, | |||
| HTK_HMM_INFO * | hmminfo, | |||
| char * | headphone, | |||
| char * | tailphone, | |||
| char * | contextphone, | |||
| boolean | force_dict | |||
| ) | 
Load and initialize a word list for isolated word recognition.
| 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. | |
| headphone | [in] word head silence phone name | |
| tailphone | [in] word tail silence phone name | |
| conextphone | [in] silence context name at head and tail phoneme | |
| force_dict | [in] TRUE if want to ignore the error words in the dictionary | 
Definition at line 81 of file init_voca.c.
Referenced by multigram_read_file_and_add().
 1.5.1
 1.5.1