YAML-based help catalog with topic search
Find a file
Snider 2cca8d5656 docs: flesh out English stemming task spec for Phase 1 completion
Detail Porter-style stemmer algorithm, tokenize() integration, search
scoring (scoreStemWord = 0.7), and comprehensive test matrix including
regression verification.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 07:56:33 +00:00
catalog.go feat: extract go-help from core/go pkg/help 2026-02-19 16:09:34 +00:00
catalog_test.go feat(search): add fuzzy matching, phrase search, and improved scoring 2026-02-20 01:21:35 +00:00
CLAUDE.md feat: extract go-help from core/go pkg/help 2026-02-19 16:09:34 +00:00
FINDINGS.md feat(search): add fuzzy matching, phrase search, and improved scoring 2026-02-20 01:21:35 +00:00
go.mod feat: extract go-help from core/go pkg/help 2026-02-19 16:09:34 +00:00
go.sum feat: extract go-help from core/go pkg/help 2026-02-19 16:09:34 +00:00
parser.go feat: extract go-help from core/go pkg/help 2026-02-19 16:09:34 +00:00
parser_test.go test: complete Phase 0 hardening — 124 tests, 94% coverage, 8 benchmarks 2026-02-20 04:43:48 +00:00
search.go feat(search): add fuzzy matching, phrase search, and improved scoring 2026-02-20 01:21:35 +00:00
search_bench_test.go test: complete Phase 0 hardening — 124 tests, 94% coverage, 8 benchmarks 2026-02-20 04:43:48 +00:00
search_test.go test: complete Phase 0 hardening — 124 tests, 94% coverage, 8 benchmarks 2026-02-20 04:43:48 +00:00
TODO.md docs: flesh out English stemming task spec for Phase 1 completion 2026-02-20 07:56:33 +00:00
topic.go feat: extract go-help from core/go pkg/help 2026-02-19 16:09:34 +00:00