Skip to content
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

transliterate katakana with uppercase letters #5

Open
eadmaster opened this issue Jun 25, 2016 · 1 comment
Open

transliterate katakana with uppercase letters #5

eadmaster opened this issue Jun 25, 2016 · 1 comment

Comments

@eadmaster
Copy link
Contributor

eadmaster commented Jun 25, 2016

This usually gives a better visual hint of English-tranliterated words.

Example:

./jakaroma.sh "私はカナダへ行きます"
watashi wa kanada e iki masu

Should be:

  watashi wa KANADA e iki masu

EDIT: i've implemented this way in jakaroma.java:

            if (token.getSurface().equals(token.getPronunciation()))
                romaji = romaji.toUpperCase();

(I've also disabled word capitalizing to avoid confusion)

@nicolas-raoul
Copy link
Owner

We could do this indeed.
People who don't like it can always lowercase the whole.
Waiting for a pull request ;-)
On Jun 25, 2016 4:55 PM, "Andrea" [email protected] wrote:

This usually gives a better visual hint of English-tranliterated words.

Example:

./jakaroma.sh "私はカナダへ行きます"

watashi wa kanada e iki masu
Should be:
watashi wa KANADA e iki masu


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#5, or mute the thread
https://github.com/notifications/unsubscribe/AAGFBmURxPaXgjRfvdAHLlhfQx_24gRDks5qPN8CgaJpZM4I-SxW
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants