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?
I'd like to try jumanpp for automatic transliteration of text to romaji.
with
mecabi can can do this:is it possible to do the same with jumanpp?