1libskk -- a library to deal with Japanese kana-to-kanji conversion method 2 3Features: 4 5* Support basic features of SKK including new word registration into 6 dictionary, completion, numeric conversion, abbrev mode, kuten input, 7 hankaku-katakana input, Lisp expression evaluation (concat only), 8 and re-conversion. 9* Support various typing rules including romaji-to-kana, AZIK, TUT-Code, 10 and NICOLA. 11* Support various dictionary types including file dictionary (such as 12 SKK-JISYO.[SML]), user dictionary, skkserv, and CDB format dictionary. 13* GObject based API with gobject-introspection support. 14* Experimental support for intelligent kana-to-kanji conversion based 15 on Viterbi algorithm. 16 17Documentation: 18 19* file:tests/context.c for basic usage 20* http://du-a.org/docs/libskk/libskk/ for Vala binding reference 21* http://du-a.org/docs/gtk-doc/libskk/html/ for C binding reference 22