No description
Find a file
Snider d296fd22ca feat(reversal): implement two-pass disambiguation with 7 signals
Pass 1 classifies unambiguous tokens and marks dual-class base forms.
Pass 2 evaluates noun_determiner, verb_auxiliary, following_class,
sentence_position, verb_saturation (with clause boundaries),
inflection_echo, and default_prior signals. B3 confidence floor
for low-information classifications.

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 16:12:57 +00:00
docs/plans docs(reversal): add dual-class disambiguation implementation plan 2026-02-19 15:38:38 +00:00
locales feat(grammar): add dual-class verb/noun entries and contractions 2026-02-19 16:00:42 +00:00
reversal feat(reversal): implement two-pass disambiguation with 7 signals 2026-02-19 16:12:57 +00:00
CLAUDE.md docs: add CLAUDE.md, TODO.md, FINDINGS.md for agent workflow 2026-02-19 15:03:40 +00:00
compose.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
context.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
debug.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
FINDINGS.md docs: add Phase 2 tasks from LEK-1B benchmark findings 2026-02-19 15:30:07 +00:00
go.mod feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
go.sum feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
grammar.go feat(reversal): add Tokeniser with verb matching 2026-02-16 23:15:13 +00:00
grammar_test.go feat(grammar): add dual-class verb/noun entries and contractions 2026-02-19 16:00:42 +00:00
handler.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
handler_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
hooks.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
i18n.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
language.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
language_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
loader.go fix(grammar): review fixes for SignalData loading 2026-02-19 15:54:59 +00:00
loader_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
localise.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
numbers.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
numbers_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
REVIEW.md docs: add orchestrator review of dual-class disambiguation plan 2026-02-19 15:50:51 +00:00
service.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
service_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
time.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
TODO.md docs: add Phase 2 tasks from LEK-1B benchmark findings 2026-02-19 15:30:07 +00:00
transform.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
types.go fix(grammar): review fixes for SignalData loading 2026-02-19 15:54:59 +00:00
types_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00