#include <sent/stddefs.h>
#include <sent/vocabulary.h>
関数 | |
WORD_INFO * | word_info_new () |
Allocate a new word dictionary structure. | |
void | word_info_free (WORD_INFO *winfo) |
Free all informations in the WORD_INFO. | |
void | winfo_init (WORD_INFO *winfo) |
Initialize a new word dictionary structure. | |
boolean | winfo_expand (WORD_INFO *winfo) |
Expand the word dictionary. |
voca_malloc.c で定義されています。
WORD_INFO* word_info_new | ( | ) |
Allocate a new word dictionary structure.
voca_malloc.c の 35 行で定義されています。
参照元 initialize_dict(), multigram_read_file_and_add(), multigram_update(), と read_grammar_from_socket().
void word_info_free | ( | WORD_INFO * | winfo | ) |
Free all informations in the WORD_INFO.
winfo | [i/o] word dictionary data to be freed. |
voca_malloc.c の 51 行で定義されています。
参照元 initialize_dict(), j_process_lm_free(), multigram_exec_delete(), multigram_free_all(), multigram_read_file_and_add(), と multigram_update().
void winfo_init | ( | WORD_INFO * | winfo | ) |
Initialize a new word dictionary structure.
winfo | [i/o] word dictionary to be initialized. |
voca_malloc.c の 75 行で定義されています。
参照元 multigram_update(), と voca_load_start().
boolean winfo_expand | ( | WORD_INFO * | winfo | ) |
Expand the word dictionary.
winfo | [i/o] word dictionary to be expanded. |
voca_malloc.c の 105 行で定義されています。