diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-02-03 12:36:19 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-02-03 12:36:19 +0000 |
commit | b42371b1c81371e74e0249823bf91dfd6529087b (patch) | |
tree | 1e47be57c8ddaec8a962e67578edc17706652448 /japanese/libskk/pkg-descr | |
parent | 4148e725df0bd5b7fb403c5e092cb17cfd134bff (diff) | |
download | ports-b42371b1c81371e74e0249823bf91dfd6529087b.tar.gz ports-b42371b1c81371e74e0249823bf91dfd6529087b.zip |
Notes
Diffstat (limited to 'japanese/libskk/pkg-descr')
-rw-r--r-- | japanese/libskk/pkg-descr | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/japanese/libskk/pkg-descr b/japanese/libskk/pkg-descr new file mode 100644 index 000000000000..e9da7d107ae5 --- /dev/null +++ b/japanese/libskk/pkg-descr @@ -0,0 +1,27 @@ +libskk -- a library to deal with Japanese kana-to-kanji conversion method + +Features: + +* Support basic features of SKK including new word registration into + dictionary, completion, numeric conversion, abbrev mode, kuten input, + hankaku-katakana input, Lisp expression evaluation (concat + only), and re-conversion. + +* Support various typing rules including romaji-to-kana, AZIK, TUT-Code, + and NICOLA. + +* Support various dictionary types including file dictionary (such as + SKK-JISYO.[SML]), user dictionary, skkserv, and CDB format dictionary. + +* GObject based API with gobject-introspection support. + +* Experimental support for intelligent kana-to-kanji conversion based + on Viterbi algorithm. + +Documentation: + +* file:tests/context.c for basic usage +* http://du-a.org/docs/libskk/libskk/ for Vala binding reference +* http://du-a.org/docs/gtk-doc/libskk/html/ for C binding reference + +WWW: http://github.com/ueno/libskk |