view Wnn/manual/3.libwnn/jl_lib/dic_use @ 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_DIC_USE( )       UNIX Programmer's Manual        JL_DIC_USE( )



名称

     jl_dic_use()        辞書の使用/不使用の状態を設定する。
     jl_dic_use_e()      辞書の使用/不使用の状態を設定する。

形式

     #include "jllib.h"

     int
     jl_dic_use(buf, dic_no, flag)
     struct wnn_buf *buf;          /* バッファ */
     int dic_no;                   /* 辞書番号 */
     int flag;                     /* フラグ */

     int
     jl_dic_use_e(env, dic_no, flag)
     struct wnn_env *env;          /* 環境 */
     int dic_no;                   /* 辞書番号 */
     int flag;                     /* フラグ */

機能

     辞書番号 dic_no 辞書の使用する / しないの状態を flag
          1:   使用する
          0:   使用しない
     の状態にする。

     jl_dic_add を行なった瞬間には、全てこの値は 1 になっている。
     辞書番号の辞書がない場合、何もしない。

リターンバリュー

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



Printed 1/22/92         19 September 1991                       1