Add Esperanto, Scottish Gaelic, Guaraní, Hawaiian engines (Beta); park Navajo - #159
Merged
Conversation
v4nn4
enabled auto-merge (squash)
August 30, 2026 13:30
Four new verb engines, each 100% against a single kaikki/UniMorph oracle
(Beta tier), taking the live count 59 → 63:
- Esperanto (epo): pure suffixation off the -i stem, zero irregulars.
139,993/139,993 forms, 2,891 lemmas, 100% rule-derived.
- Scottish Gaelic (gla): broad/slender synthetic core (future/past/
conditional/imperative/relative/passive), lenition normalisation, ~10
suppletives mined; no synthetic present (periphrastic, out of scope).
5,396/5,396 forms, 794 lemmas.
- Guaraní (grn): areal/aireal/stative classes + nasal harmony read from
the kaikki gug-conj template names; 5 voices. 4,964/4,964 forms, 68
lemmas, ~99.75% rule-derived (16 soro coactive overrides).
- Hawaiian (haw): derivational engine — hoʻo- causative (onset-driven
allomorphy), full reduplication, -ʻia passive — verified against kaikki
lemma-linked derived terms. Periphrastic TAM (ua/ke…nei/e…ana) is
syntax, out of scope. 316/316 forms, 252 lemmas, 94.9% rule-derived.
Navajo (nav): parked (docs/nav/oracles.md). A measured build attempt found
only 13.9% of forms rule-derivable from UniMorph's surface data — templatic
position-class polysynthesis with cross-slot morphophonemic fusion is a
different architecture (Athabaskan FST + segmented lexicon) than ablaut's
principal-parts-plus-rules model. High Valyrian/Klingon (constructed) skipped.
Registration: Lang::{Epo,Gla,Grn,Haw} at ordinals 59–62, reverse.rs arrays
→63, from_code aliases, Conjugation variants + build dispatch, PyO3 + wasm,
Cargo includes, correctness.py NAMES, CI golden gates. Verified in main:
4 gates 100%, 376 lib tests, clippy -D warnings clean, fmt clean, wasm +
python features compile.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
v4nn4
force-pushed
the
rf/epo-gla-grn-haw
branch
from
August 30, 2026 17:56
305b62b to
8116d09
Compare
Merged
v4nn4
added a commit
that referenced
this pull request
Aug 30, 2026
Version bump for the four new Beta engines (Esperanto, Scottish Gaelic, Guaraní, Hawaiian) landing in #159 — live engine count 59 → 63. Minor bump per new-language additions. pyproject inherits the version from Cargo (dynamic); pkg/pkg-node versions are set at wasm build time. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Four new verb engines, each 100% against a single kaikki/UniMorph oracle (Beta tier). Live engine count 59 → 63.
epo)-istem; 100% rule-derived, zero irregularsgla)grn)gug-conjtemplate names; 5 voices; ~99.75% rule-derived (16sorocoactive overrides)haw)hoʻo-causative (onset-driven allomorphy), full reduplication,-ʻiapassive — verified against kaikki lemma-linked derived terms; 94.9% rule-derived. Periphrastic TAM (ua/ke…nei/e…ana) is syntax, out of scopeNavajo: parked
docs/nav/oracles.md. A measured build attempt found only 13.9% of forms rule-derivable from UniMorph's surface data — templatic position-class polysynthesis with cross-slot morphophonemic fusion is a different architecture (Athabaskan FST + morpheme-segmented lexicon) than ablaut's principal-parts-plus-rules model. Parked alongside Egyptian Arabic/Syriac. High Valyrian / Klingon (constructed) skipped by request.Registration
Lang::{Epo,Gla,Grn,Haw}at ordinals 59–62,reverse.rsarrays →63,from_codealiases,Conjugationvariants + build dispatch, PyO3 + wasm, Cargo includes,correctness.pyNAMES, CI golden gates.Verification (in-tree)
4 gates at 100% · 376 lib tests pass ·
clippy -D warningsclean ·fmt --checkclean ·--features wasm+--features pythoncompile.🤖 Generated with Claude Code