![]() |
|
Add furigana above kanji (anime subtitles) - Printable Version +- kanji koohii FORUM (http://forum.koohii.com) +-- Forum: Learning Japanese (http://forum.koohii.com/forum-4.html) +--- Forum: Learning resources (http://forum.koohii.com/forum-9.html) +--- Thread: Add furigana above kanji (anime subtitles) (/thread-11405.html) |
Add furigana above kanji (anime subtitles) - junior600 - 2013-12-20 Hello everyone. I have been studying japanese since 3 years and next year I want to take a jlpt examination. I need to improve my kanji skills, so I want to watch anime with japanese subtitles. I found this site http://kitsunekko.net/dirlist.php?dir=subtitles%2Fjapanese%2F It's really good. I have a question: is it possible to add furigana above the kanji in order to improve them watching anime? Thanks ;D Sorry for my bad English. Add furigana above kanji (anime subtitles) - Aikynaro - 2013-12-20 You can use Mecab, but I'm not sure if that's going to render on most video players. If you want to improve your kanji skills though, putting furigana in probably isn't the best way to go. You can hear the pronunciation and see the kanji - you can connect them like that. Otherwise there's a fairly good chance you'll just ignore the kanji and read the furigana. Add furigana above kanji (anime subtitles) - junior600 - 2013-12-20 Aikynaro Wrote:You can use Mecab, but I'm not sure if that's going to render on most video players.Oh thanks ;D I'll try it. How do I use Mecab? >_< Add furigana above kanji (anime subtitles) - Daichi - 2013-12-21 The answer is pretty much no. None of the subtitle renders support ruby text. As a subtitler if you want to display furigana with Japanese text, you gotta do each ruby as it's own subtitle line, with exact placement on the screen. It's pretty much a nightmare. I don't know if you mind flash cards, but your probably better off with subs2srs and using Anki's Japanese plugin to generate readings. It won't be 100% correct, but a good majority of what it generates will be spot on. Add furigana above kanji (anime subtitles) - lauri_ranta - 2013-12-23 I wrote a Ruby script that adds romaji readings after kanji: ![]() I'll probably never use it myself though. The readings are not that useful when there is audio, and often they don't match the audio. The script uses MeCab to generate the readings, like Anki's Japanese support plugin. Add furigana above kanji (anime subtitles) - yudantaiteki - 2013-12-23 Can you add them in hiragana in parentheses? Doing something like 天秤(てんびん) is standard on the Internet and in some video games; I think as HTML5's ruby tag gains wider support and people start using it, this will decrease. But for now it's pretty common. Add furigana above kanji (anime subtitles) - lauri_ranta - 2013-12-23 Yeah, replace for example Kana2rom.kana2rom(hira) with "("+hira+")". |