neocl / jamdict

Python 3 library for manipulating Jim Breen's JMdict, KanjiDic2, JMnedict and kanji-radical mappings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessing reading breakdown of a vocabulary term from JMdict

ElnuDev opened this issue · comments

commented

For example, given the entry for 日本語 I'd like to not only get the reading, にほんご, but also which parts of the reading are associated with which kanji, e.g. 日→に, 本→ほん, and 語→ご. This would make rendering furigana from the database much easier. Is this possible? Thanks!