Go to file
Alex Yatskov 83a5a2b9c0 Update path 2023-12-30 20:20:09 -08:00
LICENSE Update package location to foosoft.net 2022-07-03 20:41:16 -07:00
README.md Update README 2022-07-14 14:16:40 -07:00
common.go Update package location to foosoft.net 2022-07-03 20:41:16 -07:00
go.mod Update path 2023-12-30 20:20:09 -08:00
jmdict.go Update package location to foosoft.net 2022-07-03 20:41:16 -07:00
jmnedict.go Update package location to foosoft.net 2022-07-03 20:41:16 -07:00
kanjidic.go Update package location to foosoft.net 2022-07-03 20:41:16 -07:00

README.md

JMDict

JMDict is a simple library written in Go for parsing the raw data files for the JMDict (vocabulary) JMnedict (names), and KANJIDIC (Kanji) dictionaries. As far as I know, these are the only publicly available Japanese dictionaries and are therefore used by a variety of tools (including Yomichan-Import from this site).

The XML format used to store dictionary entries and entity data was deceptively annoying to work with, leading to the creation of this library. Please see the documentation page for a technical overview of how to use this library.

Please import this library from foosoft.net/projects/jmdict and not the GitHub path.