(linenum→info "unix/slp.c:2238")

anthy/9100e/doc/DICLIB

    1: * Anthy個人辞書ライブラリの使用方法の説明 *
    2: 
    3: ライブラリのオプション       -lanthydic
    4: (もしくはpkg-configでanthyを指定する)
    5: インクルードファイル  anthy/dicutil.h
    6:                         anthy/anthy.h (エンコーディングの定数のため)
    7: 
    8: * データ型 *
    9: 
   10: * 関数の概説 *
   11: 初期化関数
   12:  anthy_dic_util_init               個人辞書ライブラリの初期化
   13:  anthy_dic_util_quit               個人辞書ライブラリの終了
   14:  anthy_dic_util_set_personality    パーソナリティの設定
   15:  anthy_dic_util_set_encoding       エンコーディングの設定
   16: 単語の選択
   17:  anthy_priv_dic_select_first_entry 最初の単語の選択
   18:  anthy_priv_dic_select_next_entry  次の単語の選択
   19:  anthy_priv_dic_select_entry       (not implemented)
   20: 単語の情報の取得
   21:  anthy_priv_dic_get_index          見出し語の取得
   22:  anthy_priv_dic_get_freq           頻度の取得
   23:  anthy_priv_dic_get_wtype          品詞の取得
   24:  anthy_priv_dic_get_word           単語の取得
   25: 単語の登録
   26:  anthy_priv_dic_add_entry          単語の登録
   27:  anthy_priv_dic_delete             単語の削除
   28: その他
   29:  anthy_dic_search_words_file       単語の検索
   30:  anthy_dic_util_get_anthydir       (unstable API)
   31: 
   32: * 各関数の説明 *
   33: void anthy_dic_util_init(void)
   34: void anthy_dic_util_quit(void)
Syntax (Markdown)