Skip to content

transliterate katakana with uppercase letters #5

@eadmaster

Description

@eadmaster

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions