view Wnn/manual/3.libwnn/jl_lib/word_comment_s @ 2:b605a0e60f5b

- reverted jdata.h - fixed the bug which occurred on changing length of bunsetsu.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 13 Dec 2007 17:42:01 +0900
parents bbc77ca4def5
children
line wrap: on
line source




JL_WORD_COMMENT_S( )UNIX Programmer's Manual JL_WORD_COMMENT_S( )



名称

     jl_word_comment_set()     単語にコメントをセットする。
     jl_word_comment_set_e()   単語にコメントをセットする。

形式

     #include "jllib.h"

     int
     jl_word_comment_set(buf, dic_no, entry, comment)
     struct wnn_buf *buf;          /* バッファ */
     int dic_no;                   /* 辞書番号 */
     int entry;                    /* エントリー番号 */
     w_char *comment;              /* コメント */

     int
     jl_word_comment_set_e(env, dic_no, entry, comment)
     struct wnn_env *env;          /* 環境 */
     int dic_no;                   /* 辞書番号 */
     int entry;                    /* エントリー番号 */
     w_char *comment;              /* コメント */

機能

     dic_no, entry で指定された辞書内の単語にコメントをセットする。
     コメントをセット可能なためには、その辞書は、登録可能である必
     要がある。漢字と読みとコメントの合計最大文字数は、 127 文字
     である。

リターンバリュー

     正常終了時には、0 を返す。
     異常終了時には、-1 を返す。




Printed 1/22/92          11 October 1991                        1