#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.
|
Allocate a new N-gram structure.
Definition at line 33 of file ngram_malloc.c. |
|
Free N-gram data.
Definition at line 48 of file ngram_malloc.c. |