Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kanji to romaji converter in pure Java? [closed]

I want to convert Japanese kanjis to romaji (or kana) in Android.

The most popular library for this is Kakasi, it is not always right (can't be) but still very good.
PROBLEM: It is not in Java. I need a Java library.

Do you know any maintained Java open source library that does that?

A guy called Kenichi has posted a kakasi-java-0.4.0-src.tar.gz on his blog saying he saved the file but the original project does not exist anymore. Anyone knows more about this? Is the project still living somewhere else, or is this file my best starting point?

like image 682
Nicolas Raoul Avatar asked Jan 18 '12 02:01

Nicolas Raoul


3 Answers

The project is dead but now it's living somewhere else: https://github.com/nicolas-raoul/kakasi-java

like image 96
Windows programmer Avatar answered Sep 28 '22 06:09

Windows programmer


Have you tried http://www.atilika.org it's by far the most complete solution I've found.

like image 40
user439407 Avatar answered Sep 28 '22 08:09

user439407


I searched Kakasi/Java but I could not find. The site must have been completely closed.

But for another way, this web service might help you:

http://www.kawa.net/works/ajax/romanize/japanese-e.html

それでは頑張ってください!

like image 44
Junichi Ito Avatar answered Sep 28 '22 08:09

Junichi Ito