Google-Transliterate-API icon indicating copy to clipboard operation
Google-Transliterate-API copied to clipboard

Japanese Transliteration doesn't make much sense

Open BurgerBurglar opened this issue 3 years ago • 4 comments

suggestions = transliterate_word("John", lang_code="ja")
print(suggestions)

# ['女hん', '女hん', '助hん', '助hん', 'じょhん', 'ジョhン']

The results are no where near the original "John".

BurgerBurglar avatar Feb 14 '22 17:02 BurgerBurglar