-
Notifications
You must be signed in to change notification settings - Fork 28
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
toHiragana and toKatakana methods are skipping kanji #12
Comments
Hello @white-miku
If that works, then I'm guessing its your implementation. If you paste you code in I might be able to help out. |
Hello, @zachleigh
My implementation is very close to the example provided in Limelight documentation. It's just adapted for Yii2 framework:
|
Me too. Function toHiragana and toKatakana escape the kanji. My result same with @white-miku . Function string('furigana') too, the kanji furigana become katakana not hiragana. |
Hello,
I've created a simple page that represents the example from "Getting started". And I've noticed that in my implementation methods toHiragana and toKatakana() are skipping kanji symbols.
Result:
If you want, you may try it yourself: http://jpn.white-miku.me/index.php
At the same time readings, pronunciations, romaji and furigana works perfectly.
Can it be a bug? Or maybe it is MeCab misconfiguration?
Thank you.
The text was updated successfully, but these errors were encountered: