#include <sent/stddefs.h>
#include <sent/ngram2.h>
#include <sent/ptree.h>
ngram_lookup.cのインクルード依存関係図
関数 | |
void | ngram_make_lookup_tree (NGRAM_INFO *ndata) |
WORD_ID | ngram_lookup_word (NGRAM_INFO *ndata, char *wordstr) |
WORD_ID | make_ngram_ref (NGRAM_INFO *ndata, char *wstr) |
ngram_lookup.c で定義されています。
|
Make index tree for searching N-gram ID from the entry name.
ngram_lookup.c の 34 行で定義されています。 参照元 ngram_read_bin(). |
|
Look up N-gram ID by entry name.
ngram_lookup.c の 64 行で定義されています。 |
|
Return N-gram ID of entry name, or unknown class ID if not found.
ngram_lookup.c の 84 行で定義されています。 参照元 make_voca_ref(). |