No description
Find a file
Snider 7d5ab809f0 feat(reversal): add classification benchmark suite
220 domain-tagged sentences across {technical, creative, ethical, casual}
with leave-one-out classification, domain separation, token coverage,
tense profile, and top-verb diagnostics. Grammar-based accuracy: 54%
overall (technical 78%, creative 82%, ethical 46%, casual 11%).

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 17:48:48 +00:00
docs/plans docs(reversal): add dual-class disambiguation implementation plan 2026-02-19 15:38:38 +00:00
locales fix(reversal): post-implementation review fixes R1-R3 2026-02-19 16:54:29 +00:00
reversal feat(reversal): add classification benchmark suite 2026-02-19 17:48:48 +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 feat: extend irregular verb coverage and add benchmarks 2026-02-19 17:41:29 +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: extend irregular verb coverage and add benchmarks 2026-02-19 17:41:29 +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 review: post-implementation findings for dual-class disambiguation 2026-02-19 16:50:18 +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 feat(reversal): add classification benchmark suite 2026-02-19 17:48:48 +00:00
transform.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00
types.go feat: extend irregular verb coverage and add benchmarks 2026-02-19 17:41:29 +00:00
types_test.go feat: grammar-aware i18n module extracted from core 2026-02-16 19:51:27 +00:00