Add furigana above kanji (anime subtitles)

Index » Learning resources

  • 1
 
junior600 New member
From: verona italy Registered: 2011-08-14 Posts: 6

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=s … apanese%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.

Aikynaro Member
From: Tokyo Registered: 2012-07-26 Posts: 266

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.

junior600 New member
From: verona italy Registered: 2011-08-14 Posts: 6

Aikynaro wrote:

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.

Oh thanks ;D I'll try it. How do I use Mecab? >_<

Advertising (register and sign in to hide this)
JapanesePod101 Sponsor
 
Daichi Member
From: Washington Registered: 2009-02-04 Posts: 450

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.

lauri_ranta Member
Registered: 2012-03-31 Posts: 139 Website

I wrote a Ruby script that adds romaji readings after kanji:

http://19a5b0.s3-website-us-west-2.amazonaws.com/20131223213556.png

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.

Last edited by lauri_ranta (2013 December 23, 10:10 pm)

yudantaiteki Member
Registered: 2009-10-03 Posts: 3619

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.

lauri_ranta Member
Registered: 2012-03-31 Posts: 139 Website

Yeah, replace for example Kana2rom.kana2rom(hira) with "("+hira+")".

  • 1