#include <sent/stddefs.h>
#include <sent/ngram2.h>
Include dependency graph for ngram_malloc.c:
Go to the source code of this file.
Functions | |
NGRAM_INFO * | ngram_info_new () |
void | ngram_info_free (NGRAM_INFO *ndata) |
Definition in file ngram_malloc.c.
NGRAM_INFO* ngram_info_new | ( | ) |
Allocate a new N-gram structure.
Definition at line 33 of file ngram_malloc.c.
void ngram_info_free | ( | NGRAM_INFO * | ndata | ) |