#include <sent/stddefs.h>
#include <sent/ngram2.h>
関数 | |
| NGRAM_INFO * | ngram_info_new () |
| Allocate a new N-gram structure. | |
| static void | free_ngram_tuple (NGRAM_TUPLE_INFO *t) |
| void | ngram_info_free (NGRAM_INFO *ndata) |
| Free N-gram data. | |
ngram_malloc.c で定義されています。
| NGRAM_INFO* ngram_info_new | ( | ) |
Allocate a new N-gram structure.
ngram_malloc.c の 34 行で定義されています。
参照元 initialize_ngram().
| void ngram_info_free | ( | NGRAM_INFO * | ndata | ) |
1.5.4