Implement word search

This commit is contained in:
2025-04-25 22:47:06 +02:00
parent 1c2f90a617
commit b6410c717f
24 changed files with 1352 additions and 325 deletions

View File

@@ -5,7 +5,8 @@
nixpkgs.url = "nixpkgs/nixos-unstable";
jmdict-src = {
url = "http://ftp.edrdg.org/pub/Nihongo/JMdict.gz";
# url = "http://ftp.edrdg.org/pub/Nihongo/JMdict.gz";
url = "http://ftp.edrdg.org/pub/Nihongo/JMdict_e.gz";
flake = false;
};