Package fr.free.nrw.jakaroma
Class Jakaroma
- java.lang.Object
-
- fr.free.nrw.jakaroma.Jakaroma
-
public class Jakaroma extends Object
-
-
Constructor Summary
Constructors Constructor Description Jakaroma()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringconvert(String input, boolean trailingSpace, boolean capitalizeWords)Converts kanji, etc to romajistatic voidmain(String... args)for those who use it from the command line
-
-
-
Method Detail
-
main
public static void main(String... args)
for those who use it from the command line- Parameters:
args- the strings to convert
-
convert
public String convert(String input, boolean trailingSpace, boolean capitalizeWords)
Converts kanji, etc to romaji- Parameters:
input- the string to converttrailingSpace- add trailing space after the tokencapitalizeWords- start token translation with a capital letter- Returns:
- romaji representation
-
-