Create README.md
This commit is contained in:
parent
467495a9a5
commit
d80bfa954a
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# romaji-henkan
|
||||||
|
A Java library for converting Japanese text to Latin alphabet (romaji)
|
||||||
|
|
||||||
|
Powered by [kuromoji](https://github.com/atilika/kuromoji), some part of code were taken from [moji4j](https://github.com/andree-surya/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.
|
Loading…
Reference in New Issue
Block a user