Files
jadb/README.md
h7x4 ede57a7a00
All checks were successful
Build and test / build (push) Successful in 11m51s
docs: init
2026-04-01 16:48:40 +09:00

22 lines
935 B
Markdown

[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)
[Latest coverage report](https://www.pvv.ntnu.no/~oysteikt/gitea/jadb/main/coverage/report/)
# jadb
An SQLite database containing open source japanese dictionary data combined from several sources
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 |
See [docs/overview.md](./docs/overview.md) for notes and implementation details.