#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.
| keyword | [in] keyword to search | |
| winfo | [in] word dictionary |
voca_lookup.c の 42 行で定義されています。
Convert string of space-separated word strings to array of word ids.
| winfo | [in] word dictionary | |
| s | [in] string of space-separated word strings | |
| len_return | [out] number of found words |
voca_lookup.c の 116 行で定義されています。
1.5.0