Julius 4.2
関数
libsent/src/ngram/ngram_compact_context.c

N-gram構造体のバックオフデータのコンパクト化 [詳細]

#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.

説明

N-gram構造体のバックオフデータのコンパクト化

作者:
Akinobu Lee
日付:
Sat Aug 11 11:50:58 2007
Revision:
1.8

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
戻り値:
TRUE on success, or FALSE on failure.

ngram_compact_context.c39 行で定義されています。

参照元 ngram_read_arpa().