#include <sent/stddefs.h>
#include <sent/vocabulary.h>
関数 | |
| 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. | |
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 |
voca_util.c の 35 行で定義されています。
参照元 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 |
voca_util.c の 67 行で定義されています。
参照元 hmm_check(), make_dfa_voca_ref(), print_engine_info(), と wchmm_add_word().
1.5.4