Commit Graph

4 Commits

Author SHA1 Message Date
62fac688e4 test(metrics): add ROUGE and readability tests 2026-02-03 17:03:34 +00:00
027d2d3beb test(metrics): add BLEU and lexical tests
Add comprehensive tests for BLEU and lexical metrics including edge
cases, batch scoring, and aggregate statistics.
2026-02-03 16:45:57 +00:00
14dcddcbba chore: add gitignore and remove cached files
Add comprehensive gitignore for Python projects. Remove accidentally
committed __pycache__ directories.
2026-02-03 16:16:33 +00:00
1e3618e637 test(core): add tokenisation and types tests
Cover WordTokeniser (Unicode, empty input, punctuation, multiple scripts)
and validation types (immutability, edge cases, failure summary).
2026-02-03 16:16:20 +00:00