#include <sent/stddefs.h>
#include <sent/ngram2.h>
#include <sent/vocabulary.h>
init_ngram.cのインクルード依存関係図
関数 | |
void | init_ngram_bin (NGRAM_INFO *ndata, char *bin_ngram_file) |
void | init_ngram_arpa (NGRAM_INFO *ndata, char *ngram_lr_file, char *ngram_rl_file) |
void | make_voca_ref (NGRAM_INFO *ndata, WORD_INFO *winfo) |
init_ngram.c で定義されています。
|
Read and setup N-gram data from binary format file.
init_ngram.c の 35 行で定義されています。 参照元 initialize_ngram(). |
|
Read and setup N-gram data from ARPA format files of 2-gram and 3-gram.
init_ngram.c の 60 行で定義されています。 参照元 initialize_ngram(). |
|
Make correspondence between word dictionary and N-gram vocabulary.
init_ngram.c の 100 行で定義されています。 参照元 initialize_ngram(). |