Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A JSON kanji dataset with updated JLPT levels and WaniKani information

License

NotificationsYou must be signed in to change notification settings

davidluzgouveia/kanji-data

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".

Example

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.

References

All of the data comes from the following sources:

About

A JSON kanji dataset with updated JLPT levels and WaniKani information

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp