![]() |
|
Kanji Definition Text File & Plugin Idea - 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: Kanji Definition Text File & Plugin Idea (/thread-9743.html) |
Kanji Definition Text File & Plugin Idea - somstuff - 2012-08-09 HI .Anyone have a text file with kanji definitions, somewhat like the "English meanings" section on jisho here: http://jisho.org/kanji/details/%E6%84%8F? If not, anyone know how I can extract that data for the main ~3k kanji and put it in a text file? Ultimately I wish to append the (jisho) kanji keywords to the source code for the Anki plugin "rtkize" so when I hover over a kanji, all of these definitions come up. I have some experience with C++, so I think that given some dictionary text files in a certain format, I can add the definitions to rtkize code section that lists all the rtk keywords. For me this'd be really helpful since I currently use mnemonics+RTK keywords to memorize vocab/kanji compounds - if I instead have other, non-RTK keywords for the kanji, then the mnemonics can be more logical. PS Why can't I make a title with "Anki" in it? Kanji Definition Text File & Plugin Idea - Katsuo - 2012-08-09 somstuff Wrote:Anyone have a text file with kanji definitions, somewhat like the "English meanings" section on jisho here: http://jisho.org/kanji/details/%E6%84%8F? If not, anyone know how I can extract that data for the main ~3k kanji and put it in a text file?This Google Docs spreadsheet includes the English data from KanjiDic (i.e. what Denshi Jisho uses). Kanji Definition Text File & Plugin Idea - somstuff - 2012-08-09 Yes!! Thanks so much! Here's the .py file for anyone that wants it. Hopefully it works, I'm pretty bad with computers. Anki wouldn't let me upload it there, so I used 4shared. For the noobs out there, just put this file in your Anki plugin folder with all the other plugins and it will run automatically when you open Anki. http://www.4shared.com/file/wiE5EVTE/rtkize.html? |