JL_HINSI_NAME(3) | Library Functions Manual | JL_HINSI_NAME(3) |
jl_hinsi_name() 品詞番号から名前を取る。 jl_hinsi_name_e() 品詞番号から名前を取る。
#include "jllib.h" w_char * jl_hinsi_name(buf, no) struct wnn_buf *buf; int no; w_char * jl_hinsi_name_e(env, no) struct wnn_env *env; int no;
正常終了時には品詞名を返す。 異常終了の場合には、NULL を返す。
1 October 1991 |