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

output mode for kanjis transliteration #122

Open
eadmaster opened this issue Feb 10, 2020 · 1 comment
Open

output mode for kanjis transliteration #122

eadmaster opened this issue Feb 10, 2020 · 1 comment

Comments

@eadmaster
Copy link

eadmaster commented Feb 10, 2020

I'd like to try jumanpp for automatic transliteration of text to romaji.

with mecab i can can do this:

$ echo "魅力がたっぷりと詰まっている" | mecab --node-format="%f[5] " --eos-format= --unk-format=%m | uconv -x 'Any-Latin;Latin-ASCII'
miryoku ga tappuri to tsumatte iru

is it possible to do the same with jumanpp?

@eiennohito
Copy link
Contributor

Sorry for the very late reply.

I didn't implement romanization of pronunciation, but probably the best thing to do this is at post-processing. I don't think that this should be a core functionality of the analyzer.

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