#include <sent/stddefs.h>
#include <sent/vocabulary.h>
Include dependency graph for voca_malloc.c:
Go to the source code of this file.
Functions | |
WORD_INFO * | word_info_new () |
void | word_info_free (WORD_INFO *winfo) |
void | winfo_init (WORD_INFO *winfo) |
void | winfo_expand (WORD_INFO *winfo) |
Definition in file voca_malloc.c.
|
Allocate a new word dictionary structure.
Definition at line 34 of file voca_malloc.c. Referenced by initialize_dict(), multigram_exec(), and multigram_read_file(). |
|
Free all informations in the WORD_INFO.
Definition at line 49 of file voca_malloc.c. Referenced by multigram_exec(), and multigram_exec_delete(). |
|
Initialize a new word dictionary structure.
Definition at line 78 of file voca_malloc.c. Referenced by multigram_exec(), voca_load_htkdict(), voca_load_htkdict_fd(), and voca_load_htkdict_sd(). |
|
Expand the word dictionary.
Definition at line 108 of file voca_malloc.c. Referenced by voca_append(), voca_append_htkdict(), voca_load_htkdict(), voca_load_htkdict_fd(), and voca_load_htkdict_sd(). |