#include <sent/stddefs.h>
#include <sent/ngram2.h>
関数 | |
| boolean | ngram_compact_context (NGRAM_INFO *ndata, int n) |
| Compaction of back-off elements in N-gram data. | |
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 |
ngram_compact_context.c の 39 行で定義されています。
参照元 ngram_read_arpa().
1.5.4