#include <sent/stddefs.h>
#include <sent/vocabulary.h>
voca_malloc.cのインクルード依存関係図
関数 | |
WORD_INFO * | word_info_new () |
void | word_info_free (WORD_INFO *winfo) |
void | winfo_init (WORD_INFO *winfo) |
void | winfo_expand (WORD_INFO *winfo) |
voca_malloc.c で定義されています。
WORD_INFO* word_info_new | ( | ) |
Allocate a new word dictionary structure.
voca_malloc.c の 34 行で定義されています。
参照元 initialize_dict()・msock_read_grammar()・multigram_read_file().
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 の 50 行で定義されています。
void winfo_init | ( | WORD_INFO * | winfo | ) |
Initialize a new word dictionary structure.
winfo | [i/o] word dictionary to be initialized. |
voca_malloc.c の 75 行で定義されています。
参照元 voca_load_htkdict()・voca_load_htkdict_fd()・voca_load_htkdict_sd().
void winfo_expand | ( | WORD_INFO * | winfo | ) |
Expand the word dictionary.
winfo | [i/o] word dictionary to be expanded. |
voca_malloc.c の 105 行で定義されています。
参照元 voca_append()・voca_append_htkdict()・voca_load_htkdict()・voca_load_htkdict_fd()・voca_load_htkdict_sd().