Commit Graph

67 Commits

Author SHA1 Message Date
oysteikt cd9b318956 lib/cli/create_db: await seeding data 2025-05-14 17:12:30 +02:00
oysteikt 96f52b5860 lib/_data_ingestion/tanos-jlpt: report sql errors 2025-05-14 17:12:30 +02:00
oysteikt 59e8db5add Query more detailed information about langauge source 2025-05-14 17:12:30 +02:00
oysteikt 9038119eb7 Consistently use senseId name everywhere 2025-05-14 17:12:29 +02:00
oysteikt 3290d5dc91 Consistently use entryId name everywhere 2025-05-14 17:12:29 +02:00
oysteikt 4647ab2286 flake.nix: add sqlite-analyzer to devshell 2025-05-14 17:12:29 +02:00
oysteikt 2980bcda06 lib/_data_ingestion/jmdict: format 2025-05-14 17:12:29 +02:00
oysteikt 1661817819 migrations/JMDict: add extra constraints, clean up pkeys, etc. 2025-05-14 17:12:28 +02:00
oysteikt 581f9daf25 lib/_data_ingestion: add phrases for language source data 2025-05-14 17:12:28 +02:00
oysteikt 9898793bca Convert entryBy* tables into views 2025-05-14 17:12:28 +02:00
oysteikt 2e7e8851e1 pubspec.yaml: relax deps 2025-05-13 22:19:02 +02:00
oysteikt 10e74e3f43 Add tanos jlpt tags to database 2025-05-13 21:32:22 +02:00
oysteikt 68200fab00 README: update list of sources 2025-05-13 21:26:18 +02:00
oysteikt f403237f1d Add data from tanos.co/jlpt 2025-05-13 21:26:18 +02:00
oysteikt c43a29a398 lib/_data_ingestion: don't return results on batch db commits 2025-05-13 21:26:17 +02:00
oysteikt c379bc8019 lib/_data_ingestion: await RADKFILE seeding 2025-05-13 11:51:56 +02:00
oysteikt 8ddba55e43 lib/util: move escapeStringValue to sqlite utils 2025-05-13 11:51:55 +02:00
oysteikt 7abdb7f02f migrations/JMdict: index common text fields 2025-05-13 11:51:55 +02:00
oysteikt 39f5826eaa lib/_data_ingestion: improve openLocalDB 2025-04-30 10:00:22 +02:00
oysteikt 1fdcb7a477 bin/jadb: split 2025-04-30 08:48:00 +02:00
oysteikt 4357485870 lib/util/romaji_trx: add and 2025-04-29 13:58:25 +02:00
oysteikt 0214473120 lib/_data_ingestion: split parsing and seeding steps 2025-04-29 13:29:31 +02:00
oysteikt 38706c0532 lib/util: add several utils from jptools 2025-04-29 12:14:40 +02:00
oysteikt 929be590ee Move gitignored data sources to data/tmp 2025-04-29 10:33:11 +02:00
oysteikt 1f77fdeea9 flake.nix: add main executable as app 2025-04-29 10:30:39 +02:00
oysteikt c98c0e04f2 flake.lock: bump 2025-04-28 21:58:27 +02:00
oysteikt 3f71775f27 Add tests 2025-04-28 21:58:06 +02:00
oysteikt 946adb90cc Add jouyou kanji as constant data 2025-04-28 21:57:53 +02:00
oysteikt b6410c717f Implement word search 2025-04-28 21:53:09 +02:00
oysteikt 1c2f90a617 .gitignore: add result-* 2025-04-26 14:45:15 +02:00
oysteikt 191594f0bc _data_ingestion: add order numbers for readings and kanji 2025-04-26 14:44:53 +02:00
oysteikt d79f89e2e2 flake.lock: bump 2025-04-25 22:57:45 +02:00
oysteikt 19cdfb8434 lib/_data_ingestion/jmdict: mark ambiguity in xrefs 2025-04-23 13:26:29 +02:00
oysteikt 9ac4283edd migrations: split jmdict lookup tables from jmdict schema 2025-04-23 12:42:51 +02:00
oysteikt c4fc635532 migrations: add xref between kanjidic and jmdict 2025-04-23 12:42:25 +02:00
oysteikt 06324f070c migrations: add xref between kanjidic and radkfile 2025-04-23 12:33:37 +02:00
oysteikt 4c76261991 flake.lock: bump 2025-04-23 11:20:19 +02:00
oysteikt 8496c3add0 lib: format 2025-04-23 11:20:06 +02:00
oysteikt bf0d20dde8 lib/_data_ingestion: remove invalid use of findAllElements 2025-04-23 11:19:56 +02:00
oysteikt bd0dc9aad9 lib/search: continue work on jmdict search 2025-04-22 20:04:52 +02:00
oysteikt de01d1ea43 bin/jadb: enable fk constraint checking, RO mode for search 2025-04-22 19:11:26 +02:00
oysteikt 7544013ffd lib: improve jmdict ingestion, update constants 2025-04-22 19:10:53 +02:00
oysteikt 84e80fe876 lib: implement stub for word search 2025-04-19 12:12:07 +02:00
oysteikt a27925d359 bin: move test tool to jadb executable as subcommand 2025-04-19 12:03:21 +02:00
oysteikt a0ef42d6dc bin: add test tool 2025-04-19 01:21:56 +02:00
oysteikt 68eb46174f lib: implement basic kanji search 2025-04-19 01:21:18 +02:00
oysteikt 23f90c1127 data_ingestion: fix kanji grade, jlpt, newspaper rank ingestion 2025-04-19 01:18:10 +02:00
oysteikt ab3a5a92db lib: restructure to make space for database APIs 2025-04-18 16:16:56 +02:00
oysteikt 555eedd772 treewide: make TableNames abstract 2025-04-15 14:26:31 +02:00
oysteikt 9ed8ea2f7f pubspec.yaml: add topics and additional platforms 2025-04-15 14:18:53 +02:00