A Java library for converting Japanese text to Latin alphabet (romaji)
lib | ||
src | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |
romaji-henkan
A Java library for converting Japanese text to Latin alphabet (romaji)
Powered by kuromoji, some part of the code were taken from moji4j.
Usage:
import com.bernd32.romajihenkan;
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.