#include <sent/stddefs.h>
#include <sent/ngram2.h>
Go to the source code of this file.
Functions | |
| boolean | ngram_compact_context (NGRAM_INFO *ndata, int n) |
| Compaction of back-off elements in N-gram data. | |
Definition in file ngram_compact_context.c.
| boolean ngram_compact_context | ( | NGRAM_INFO * | ndata, | |
| int | n | |||
| ) |
Compaction of back-off elements in N-gram data.
| ndata | [i/o] N-gram information | |
| n | [i] N of N-gram |
Definition at line 39 of file ngram_compact_context.c.
1.5.1