-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toRomaji() option for KUNREI method #65
Comments
I'm not sure that multiple romaji implementations is something we want to include in the scope of Wanakana. It'll require a new conversion table and increase the filesize, and then there's a question of whether we should then support other romaji variants as well. More importantly, there's features of Kunrei that we couldn't support out of the box without some sort of syntactical/morphological analysis (which Wanakana is not set up to do since basic Hepburn is very straightforward and thus doesn't need it).
We don't analyse sentence structure in any form, so using a simple conversion table for Kunrei and attempting something like
would result in "kare ha tōkyō he itta koto ga aru to omō" Of course the user could input "かれわとうきょうえいった..." but that's not correct Japanese, and wouldn't be clear without explicit instructions to mangle their input. Moreover, I think a partial Kunrei option would be misleading for any projects using I do see the benefit of enabling different romaji outputs, but I think that using an external dedicated script would be more appropriate in this case rather than extending Wanakana. Any thoughts @vietqhoang @mimshwright? Personally I'm against a partial implementation of Kunrei, or attempting to add complete syntactical/morphological analysis. |
Japanese ROMAJI has 2 standard methods.
The kunrei-shiki and hepburn-shiki.
( word "shiki" means "method" )
This method is also known as ISO 3602 .
https://en.wikipedia.org/wiki/Kunrei-shiki_romanization
How about supporting KUNREI method with an option?
The text was updated successfully, but these errors were encountered: