Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

init_voca.c File Reference

Load a word dictionary into memory. More...

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

Include dependency graph for init_voca.c:

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)


Detailed Description

Load a word dictionary into memory.

Author:
Akinobu LEE
Date:
Fri Feb 18 19:41:12 2005
Revision
1.1.1.1

Definition in file init_voca.c.


Function Documentation

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.

Parameters:
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
Returns:
TRUE on success, FALSE on failure.

Definition at line 40 of file init_voca.c.

Referenced by initialize_dict(), and multigram_read_file().


Generated on Tue Mar 28 16:19:43 2006 for Julius by  doxygen 1.4.2