Julius 4.1.5
関数
libsent/src/dfa/dfa_malloc.c

文法構造体のメモリ割り付けと開放 [詳細]

#include <sent/stddefs.h>
#include <sent/dfa.h>

ソースコードを見る。

関数

DFA_INFOdfa_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.

説明

文法構造体のメモリ割り付けと開放

作者:
Akinobu LEE
日付:
Tue Feb 15 14:16:03 2005
Revision:
1.2

dfa_malloc.c で定義されています。


関数

DFA_INFO* dfa_info_new ( )

Allocate a new grammar information data structure and initialize it.

戻り値:
pointer to the newly allocated DFA_INFO.

dfa_malloc.c34 行で定義されています。

参照元 multigram_read_file_and_add(), と multigram_update().

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.c55 行で定義されています。

参照元 j_process_lm_free(), multigram_exec_delete(), multigram_free_all(), multigram_read_file_and_add(), と multigram_update().