Files
jadb/README.md

19 lines
760 B
Markdown
Raw Normal View History

2024-11-14 16:47:24 +01:00
# jadb
2022-06-20 20:06:07 +02:00
[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)
2025-04-29 10:08:56 +02:00
An SQLite database containing open source japanese dictionary data combined from several sources
2022-06-20 20:06:07 +02:00
2025-04-29 10:08:56 +02:00
Note that while the license for the code is MIT, the data has various licenses.
## Sources
| Source name | URL |
|------------------------|----------------------------------------|
| **JMDict:** | https://edrdg.org/jmdict/j_jmdict.html |
| **RADKFILE/KRADFILE:** | https://www.edrdg.org/krad/kradinf.html |
| **KANJIDIC2:** | https://www.edrdg.org/kanjidic/kanjd2index_legacy.html |
| **Tanos JLPT levels:** | https://www.tanos.co.uk/jlpt/ |
| **Kangxi Radicals:** | https://ctext.org/kangxi-zidian |
2025-03-17 20:55:50 +01:00