#include <sent/stddefs.h>
#include <sent/ngram2.h>
Go to the source code of this file.
Functions | |
| 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. | |
Definition in file ngram_malloc.c.
| NGRAM_INFO* ngram_info_new | ( | ) |
Allocate a new N-gram structure.
Definition at line 34 of file ngram_malloc.c.
Referenced by initialize_ngram().
| void ngram_info_free | ( | NGRAM_INFO * | ndata | ) |
Free N-gram data.
| ndata | [in] N-gram data |
Definition at line 67 of file ngram_malloc.c.
Referenced by initialize_ngram(), and j_process_lm_free().
1.5.4