jar

com.github.jikyo : romaji

Maven & Gradle

May 15, 2019
4 stars

Romaji · `Romaji` is a converter library to romanize Japanese hiragana/katakana string by standard and IME typing style. Even though [icu::Transliterator](http://userguide.icu-project.org/transforms/general) already has provided the same functions, and returns only one romanized string. However, there exists several different romanization systems, so one hiragana/katakana string has so many romanize string. For example, `"ちゃ"` can be romanized as `"cha"`, `"tya"`, `"chixya"`, `"tixya"`, `"chilya"`, or `"tilya"`. `Romaji` provides romanized strings as many as possible. If an input string contained non hiragana/katakana characters (includes kanji), `Romaji` return the characters as same as the input. For example, `Romaji` converts the input `"お茶の水"` to `"o茶no水"`. The mapping from hiragana/katakana to romaji is based on common IME's system to type Japanese on a computer. Therefor, `Romaji` does not directly implement the standard system like Hepburn, Nihon-shiki or Kunrei-shiki, but includes them.

Table Of Contents

Latest Version

Download com.github.jikyo : romaji JAR file - Latest Versions:

All Versions

Download com.github.jikyo : romaji JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window romaji-0.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.jikyo.romaji

├─ com.github.jikyo.romaji.Filter.class - [JAR]

├─ com.github.jikyo.romaji.Mapping.class - [JAR]

├─ com.github.jikyo.romaji.PowerSet.class - [JAR]

├─ com.github.jikyo.romaji.Romaji.class - [JAR]

├─ com.github.jikyo.romaji.Substring.class - [JAR]

├─ com.github.jikyo.romaji.System.class - [JAR]

├─ com.github.jikyo.romaji.Transliteration.class - [JAR]

├─ com.github.jikyo.romaji.Transliterator.class - [JAR]