#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 で定義されています。
|
Allocate a new word dictionary structure.
voca_malloc.c の 34 行で定義されています。 参照元 initialize_dict(), multigram_exec(), と multigram_read_file(). |
|
Free all informations in the WORD_INFO.
voca_malloc.c の 49 行で定義されています。 |
|
Initialize a new word dictionary structure.
voca_malloc.c の 78 行で定義されています。 参照元 multigram_exec(), voca_load_htkdict(), voca_load_htkdict_fd(), と voca_load_htkdict_sd(). |
|
Expand the word dictionary.
voca_malloc.c の 108 行で定義されています。 参照元 voca_append(), voca_append_htkdict(), voca_load_htkdict(), voca_load_htkdict_fd(), と voca_load_htkdict_sd(). |