A Java library for converting Japanese text to Latin alphabet (romaji)
Go to file
2019-12-13 18:42:31 +05:00
.settings Initial commit 2019-12-13 16:52:18 +05:00
lib Initial commit 2019-12-13 16:52:18 +05:00
src Initial commit 2019-12-13 16:52:18 +05:00
.classpath Initial commit 2019-12-13 16:52:18 +05:00
.gitattributes Initial commit 2019-12-13 16:52:18 +05:00
.gitignore Update .gitignore 2019-12-13 18:42:31 +05:00
.project Initial commit 2019-12-13 16:52:18 +05:00
LICENSE Initial commit 2019-12-13 16:52:18 +05:00
pom.xml Initial commit 2019-12-13 16:52:18 +05:00
README.md Create README.md 2019-12-13 17:10:40 +05:00

romaji-henkan

A Java library for converting Japanese text to Latin alphabet (romaji)

Powered by kuromoji, some part of code were taken from moji4j.

Usage:

RomajiHenkan henkan = new RomajiHenkan();
henkan.convert("自己紹介の最後に添える挨拶として使う表現"); // jikō shōkai nō saigō ni sōeru aisatsu tōshite tsukau hyōgen

License

Romaji-henkan is licensed under the MIT License. See LICENSE.md for details.