#include <sent/stddefs.h>
#include <sent/vocabulary.h>
Go to the source code of this file.
Functions | |
| void | print_voca_info (FILE *fp, WORD_INFO *winfo) |
| Output overall word dictionary information to stdout. | |
| void | put_voca (FILE *fp, WORD_INFO *winfo, WORD_ID wid) |
| Output information of a word in dictionary to stdout. | |
Definition in file voca_util.c.
| void print_voca_info | ( | FILE * | fp, | |
| WORD_INFO * | winfo | |||
| ) |
Output overall word dictionary information to stdout.
| fp | [in] file descriptor | |
| winfo | [in] word dictionary |
Definition at line 35 of file voca_util.c.
Referenced by print_engine_info().
Output information of a word in dictionary to stdout.
| fp | [in] file descriptor | |
| winfo | [in] word dictionary | |
| wid | [in] word id to be output |
Definition at line 67 of file voca_util.c.
Referenced by hmm_check(), make_dfa_voca_ref(), print_engine_info(), and wchmm_add_word().
1.5.4