codegooglecom / cjklib

Automatically exported from code.google.com/p/cjklib
Other
0 stars 0 forks source link

Missing support for Japanese readings #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
No source for Japanese readings is included so that methods
CharacterLookup.getCharactersForReading() and
CharacterLookup.getReadingForCharacter() don't provide any data for
Japanese.

Other readings use data provided by Unihan, while it is unclear there what
format and source this Japanese data has. Better support can be given by
Kanjidic (http://www.csse.monash.edu.au/~jwb/kanjidic2/, ja_on, ja_kun),
but special forms are included, that probably need proper integration.

Original issue reported on code.google.com by christop...@gmail.com on 2 Jul 2009 at 1:24