From 39fb388f6caab1044fc88f77cc8a46932d4196b9 Mon Sep 17 00:00:00 2001 From: Sochen Date: Wed, 4 Mar 2026 00:27:46 -0800 Subject: [PATCH] first release --- .gitignore | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 9a79832..260bcff 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,4 @@ output/ # Internal / private files — not for public repo ANKIWEB_DESCRIPTION.md PROJECTS.md -nevo_typed_verbs_from_modern_hebrew +SPRINT_LOG.md diff --git a/README.md b/README.md index 8807f5a..bf1a27a 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This project generates two Anki decks for learning Modern Hebrew: -- **Vocabulary deck** — ~9,100 words from [pealim.com](https://www.pealim.com/dict/), with nikkud (vowel marks), roots, parts of speech, related words, example sentences from classic Hebrew literature, and audio pronunciation. -- **Conjugation deck** — 69 paradigm verbs from Coffin & Bolozky's *A Reference Grammar of Modern Hebrew* (2005), fully conjugated in all tenses and persons, across all seven binyanim. +- **Vocabulary deck** — ~9,100 words from [pealim.com](https://www.pealim.com/dict/), with nikkud (vowel marks), roots, parts of speech, related words, and example sentences from classic Hebrew literature. +- **Conjugation deck** — 70 paradigm verbs from Coffin & Bolozky's *A Reference Grammar of Modern Hebrew* (2005), fully conjugated in all tenses and persons, across all seven binyanim. All card data comes from open or academic sources: - Word data: [pealim.com](https://www.pealim.com) — a free Modern Hebrew dictionary @@ -50,17 +50,17 @@ Fields on each card: | Audio | pronunciation from pealim.com | | Frequency rank | #412 | -Cards are presented in **random order** within Anki's spaced-repetition system, but frequency rank is displayed on every card so you can see how common each word is. Words not in the top 50,000 show a "50k+" badge. +Cards are presented in **frequency order** — Anki will show you the most common words first. Frequency rank is displayed on every card so you can see how common each word is. Words not in the top 50,000 show a "50k+" badge. --- ## What's in the conjugation deck -69 paradigm verbs from Coffin & Bolozky's *A Reference Grammar of Modern Hebrew* (Appendix 1), covering all seven binyanim: +70 paradigm verbs from Coffin & Bolozky's *A Reference Grammar of Modern Hebrew* (Appendix 1), covering all seven binyanim: - פָּעַל (Pa'al), נִפְעַל (Nif'al), פִּעֵל (Pi'el), פֻּעַל (Pu'al) - הִתְפַּעֵל (Hitpa'el), הִפְעִיל (Hif'il), הֻפְעַל (Huf'al) -Each verb is drilled in: present, past, future, imperative, infinitive — all persons and genders. +Each verb is drilled in: present, past, future, and imperative — all persons and genders. The infinitive is shown on the card front as context but is not quizzed. **Present tense expansion:** Each present form generates 3 cards (one per pronoun that uses it), so you learn אֲנִי, אַתָּה, and הוּא all separately with the same masculine singular form. @@ -140,7 +140,7 @@ python run.py [options] --skip-audio Skip audio .mp3 downloads --skip-examples Skip Ben Yehuda example fetching --only {vocab,conjugations} Run only one deck (skips all unrelated steps) - --skip-conjugations Skip verb conjugation extraction + --skip-conjugations Skip verb conjugation extraction (deprecated: use --only vocab) --skip-images Skip image fetching for concrete nouns --refresh-examples Force rebuild of Ben Yehuda index (nikkud corpus) --test N Process only first N words