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

Use tataki #3

Closed
wants to merge 1 commit into from
Closed

Use tataki #3

wants to merge 1 commit into from

Conversation

hogelog
Copy link

@hogelog hogelog commented Oct 19, 2013

漢字→かな変換ライブラリtatakiというものを作ってみたので、使ってみました。

kanji = '半沢直樹倍返'
expect(kanji.to_braille).to eq kanji
expect('半沢直樹倍返し'.to_braille).to eq 'はんざわなおきばいかえし'.to_braille
expect('安心安全半澤直樹'.to_braille).to eq 'あんしんあんぜんはんざわなおき'.to_braille
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 すぎる…!

@tadd
Copy link
Owner

tadd commented Mar 2, 2014

@hogelog さん、コメント遅くなりましてごめんなさい 😢 PRいただけてほんとに嬉しかったです!

ですが残念なことに、Rejectせざるを得ないかなと思っています。点字の表記規則として、助詞の「は」や「へ」は、「わ」と「え」に読み替えた後に点字にしなければならないのです。視覚障害者の方が、耳から入る音を基準に文字を認識している故のルールのようです。
https://ja.wikipedia.org/wiki/%E7%82%B9%E5%AD%97#.E5.AE.9F.E9.9A.9B.E3.81.AE.E7.99.BA.E9.9F.B3.E3.81.A8.E7.82.B9.E5.AD.97.E8.A1.A8.E8.A8.98

これを踏まえると、読み仮名変換だけでは点字への翻訳ができず、「形態素解析をして助詞を見つけ出す」という作業が必要になると思います。この過程で、解析するエンジン側が読み仮名も持っているはずと思ってよさそうです。(少なくとも自分の知る限り、MeCabはそうなっているようでした)

ただその実現方法(主にHerokuの無料枠で実現するソフトウェアの構成法)がよく分かっていないので、自分の調べた限りを、また別のissueとして切ってみようと思っています。そちらでまた何かアドバイスをいただければうれしいです。

@hogelog
Copy link
Author

hogelog commented Mar 2, 2014

なるほどそんなルールが。真面目に形態素解析しなきゃいけないなあ。

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

Successfully merging this pull request may close these issues.

2 participants