File: ja-dic-cnv.el.html

SKK is a Japanese input method running on Mule created by Masahiko Sato <masahiko@sato.riec.tohoku.ac.jp>. Here we provide utilities to handle a dictionary distributed with SKK so that a different input method (e.g. quail-japanese) can utilize the dictionary.

The format of SKK dictionary is quite simple. Each line has the form "KANASTRING /CONV1/CONV2/.../" which means KANASTRING (仮名文
字列) can be converted to one of CONVi. CONVi is a Kanji (漢字)
and Kana (仮名) mixed string.

KANASTRING may have a trailing ASCII letter for Okurigana (送り仮名) information. For instance, the trailing letter k means that one of the following Okurigana is allowed: かきくけこ. So, in that case, the string "KANASTRINGく" can be converted to one of "CONV1く", CONV2く, ...

Defined variables (0)

Defined functions (16)

batch-skkdic-convert()
skkdic-breakup-string(SKKBUF KANA STR FROM TO &optional FIRST)
skkdic-convert(FILENAME &optional DIRNAME NO-REDUCTION)
skkdic-convert-okuri-ari(SKKBUF BUF)
skkdic-convert-okuri-nasi(SKKBUF BUF &optional NO-REDUCTION)
skkdic-convert-postfix(SKKBUF BUF)
skkdic-convert-prefix(SKKBUF BUF)
skkdic-extract-conversion-data(ENTRY)
skkdic-get-candidate-list(FROM TO)
skkdic-get-entry(STR ALIST)
skkdic-get-kana-compact-codes(KANA)
skkdic-reduced-candidates(SKKBUF KANA CANDIDATES)
skkdic-set-okuri-ari(&rest ENTRIES)
skkdic-set-okuri-nasi(&rest ENTRIES)
skkdic-set-postfix(&rest ENTRIES)
skkdic-set-prefix(&rest ENTRIES)

Defined faces (0)