- Notifications
You must be signed in to change notification settings - Fork15
Japanese Kana Kanji conversion input method library
License
NotificationsYou must be signed in to change notification settings
ueno/libkkc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
libkkc provides a converter from Kana-string toKana-Kanji-mixed-string. It was named after kkc.el in GNU Emacs, asimple Kana Kanji converter, while libkkc tries to convert sentencesin a bit more complex way using N-gram language models.
compile and installmarisa-trie
compile and install
$ ./autogen.sh$ make$ make install
$ kkcType kana sentence in the following form:SENTENCE [N-BEST [SEGMENT-BOUNDARY...]]>> わたしのなまえはなかのです0: <わたし/わたし><の/の><名前/なまえ><は/は><中野/なかの><で/で><す/す># get 3 matches instead of 1>> わたしのなまえはなかのです 30: <わたし/わたし><の/の><名前/なまえ><は/は><中野/なかの><で/で><す/す>1: <私/わたし><の/の><名前/なまえ><は/は><中野/なかの><で/で><す/す>2: <わたし/わたし><の/の><名前/なまえ><は/は><中野/なかの><デス/です># enlarge the second segment (の -> のな)>> わたしのなまえはなかのです 1 3 50: <わたし/わたし><のな/のな><前/まえ><は/は><中野/なかの><で/で><す/す># shrink the fourth segment (なかの -> なか)>> わたしのなまえはなかのです 1 3 4 7 8 100: <わたし/わたし><の/の><名前/なまえ><は/は><中/なか><の/の><で/で><す/す>
GPLv3+Copyright (C) 2011-2014 Daiki Ueno <ueno@gnu.org>Copyright (C) 2011-2014 Red Hat, Inc.This file is free software; as a special exception the author givesunlimited permission to copy and/or distribute it, with or withoutmodifications, as long as this notice is preserved.This file is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY, to the extent permitted by law; without even theimplied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
About
Japanese Kana Kanji conversion input method library
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors11
Uh oh!
There was an error while loading.Please reload this page.