finishing phase 2

This commit is contained in:
lila 2026-07-24 13:53:33 +02:00
parent e4a12c5ff0
commit 29844ca0a6

View file

@ -106,9 +106,9 @@ constraints, indexes, and relations.
- [x] Acquire frequency-based noun lists for all 5 languages
- [x] Clean and format the lists (one word per line, UTF-8)
- [x] Set up local Postgres (Docker or native)
- [ ] Set up a SQLite database file for staging
- [ ] Write and test the Gemini prompt with 5 sample words
- [ ] Refine the prompt until the JSON output matches the contract
- [x] Set up a SQLite database file for staging
- [x] Write and test the Gemini prompt with 5 sample words
- [x] Refine the prompt until the JSON output matches the contract
defined in `docs/schema-design.md` §6.3
**Dependencies:** Phase 1 complete.