A website to help with Kanji Kentei practice!
Go to file
2024-10-21 10:28:45 +01:00
kanken_online Add submit button to search 2024-10-21 10:28:45 +01:00
.gitignore Initial commit (WIP) 2024-10-09 23:44:40 +01:00
pyproject.toml Initial commit (WIP) 2024-10-09 23:44:40 +01:00
README.md Initial commit (WIP) 2024-10-09 23:44:40 +01:00
setup.py Initial commit (WIP) 2024-10-09 23:44:40 +01:00
TODO Create TODO list 2024-10-14 17:38:16 +01:00

KankenOnline

This project intends to provide a website that can generate practice questions for Kanji Kentei level 1. I draw from both definition data and numerous texts from Aozora Bunko to create each style of question from 1 to 9.

Running

  • wget https://huggingface.co/datasets/globis-university/aozorabunko-clean/resolve/main/aozorabunko-dedupe-clean.jsonl.gz to get the Aozora data
  • gunzip aozorabunko-dedupe-clean.jsonl to extract the data to a single file

Sources

This early build based on Flask tutorial