diff options
author | obache <obache@pkgsrc.org> | 2014-05-24 13:10:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-24 13:10:04 +0000 |
commit | b67effba329fdc1d657d0a3a268acf7d91e69ed5 (patch) | |
tree | 9317750f7b171231245a725b826bdc444938da71 /converters/libkkc/DESCR | |
parent | 1b78a38807d0952765f7cfe7b52e77d64621bd8f (diff) | |
download | pkgsrc-b67effba329fdc1d657d0a3a268acf7d91e69ed5.tar.gz |
Import libkkc-0.3.3 as converters/libkkc.
libkkc provides a converter from Kana-string to
Kana-Kanji-mixed-string. It was named after kkc.el in GNU Emacs, a
simple Kana Kanji converter, while libkkc tries to convert sentences
in a bit more complex way using N-gram language models.
Diffstat (limited to 'converters/libkkc/DESCR')
-rw-r--r-- | converters/libkkc/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/converters/libkkc/DESCR b/converters/libkkc/DESCR new file mode 100644 index 00000000000..3bf0be000a8 --- /dev/null +++ b/converters/libkkc/DESCR @@ -0,0 +1,4 @@ +libkkc provides a converter from Kana-string to +Kana-Kanji-mixed-string. It was named after kkc.el in GNU Emacs, a +simple Kana Kanji converter, while libkkc tries to convert sentences +in a bit more complex way using N-gram language models. |