#include <sent/stddefs.h>
#include <sent/ngram2.h>
ngram_malloc.cのインクルード依存関係図
関数 | |
NGRAM_INFO * | ngram_info_new () |
void | ngram_info_free (NGRAM_INFO *ndata) |
ngram_malloc.c で定義されています。
NGRAM_INFO* ngram_info_new | ( | ) |
Allocate a new N-gram structure.
ngram_malloc.c の 33 行で定義されています。
参照元 initialize_ngram().
void ngram_info_free | ( | NGRAM_INFO * | ndata | ) |