- Notifications
You must be signed in to change notification settings - Fork24
A JSON kanji dataset with updated JLPT levels and WaniKani information
License
davidluzgouveia/kanji-data
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains aJSON file combining all of the kanji data that I found relevant to my studies of the Japanese language. There are also two smaller variants containing only thekyouiku andjouyou subsets.
Most of the data is the same as the KANJIDIC dataset, but converted to JSON for ease of use, stripped of information I didn't need, and extended with updated JLPT levels and WaniKani content.
All of the data was extracted and processed using only scripts, which should decrease the chances of human error - unless there is some bug in the code, in which case it will be easy to fix and regenerate the data.
The Python scripts used to extract and organize all of the data are also provided. Even if my choice of fields does not match your requirements, the scripts might still be useful to extract what you need.
Note: Some of the meanings and readings that were extracted from WaniKani have a
^
or a!
prefix. I added these to denote when an item isnot a primary answer (^
) ornot an accepted answer (!
) on WaniKani. These characters don't appear at the start of any other string in the dataset, so if you prefer to remove them, you can do a simple search and replace from"^
and"!
to"
.
Here's what a single entry in the file looks like:
"勝": {"strokes":12,"grade":3,"freq":185,"jlpt_old":2,"jlpt_new":3,"meanings": ["Victory","Win","Prevail","Excel"],"readings_on": ["しょう"],"readings_kun": ["か.つ","-が.ち","まさ.る","すぐ.れる","かつ"],"wk_level":9,"wk_meanings": ["Win"],"wk_readings_on": ["しょう"],"wk_readings_kun": ["!か"],"wk_radicals": ["Moon","Gladiator","Power"]}
Many of these fields can benull
so be weary of that. For instance, there are entries that don't exist in WaniKani, or that are not part of the JLPT sets, so those fields will benull
.
All of the data comes from the following sources:
- Kanji:KANJIDIC
- JLPT:Jonathan Waller's JLPT Resources page
- WaniKani:WaniKani API
About
A JSON kanji dataset with updated JLPT levels and WaniKani information
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.