#include <sent/stddefs.h>
#include <sent/dfa.h>
関数 | |
| DFA_INFO * | dfa_info_new () |
| Allocate a new grammar information data structure and initialize it. | |
| void | dfa_info_free (DFA_INFO *dfa) |
| Free all informations in the DFA_INFO. | |
dfa_malloc.c で定義されています。
| DFA_INFO* dfa_info_new | ( | ) |
Allocate a new grammar information data structure and initialize it.
dfa_malloc.c の 34 行で定義されています。
| void dfa_info_free | ( | DFA_INFO * | dfa | ) |
Free all informations in the DFA_INFO.
| dfa | [i/o] grammar information data to be freed. |
dfa_malloc.c の 55 行で定義されています。
参照元 j_process_lm_free()・multigram_exec_delete()・multigram_free_all()・multigram_read_file_and_add()・multigram_update().
1.5.1