#include <sent/stddefs.h>
#include <sent/vocabulary.h>
voca_lookup.cのインクルード依存関係図
マクロ定義 | |
#define | WSSTEP 10 |
Allocation step. | |
関数 | |
WORD_ID | voca_lookup_wid (char *keyword, WORD_INFO *winfo) |
WORD_ID * | new_str2wordseq (WORD_INFO *winfo, char *s, int *len_return) |
voca_lookup.c で定義されています。
|
Look up a word on dictionary by string.
voca_lookup.c の 42 行で定義されています。 参照元 initialize_dict(), と new_str2wordseq(). |
|
Convert string of space-separated word strings to array of word ids.
voca_lookup.c の 116 行で定義されています。 |