v0.2.0
What's Changed
Five new languages. This release adds full normalization support for French, Spanish, German, Italian, and Dutch, bringing the total to six supported languages. Each one includes number expansion, word and sentence-level replacements, and language-specific handling where needed.
Dedicated number normalizers. Every new language ships with its own number-to-digit expansion logic, handling compound numbers (Dutch, German), gendered forms (Spanish, Italian), and special constructs like quatre-vingts in French.
CLI. A new gladia-normalization command lets you normalize text or files directly from the terminal — no scripting needed.
Reorganized test suite. End-to-end tests are now split into per-language CSV files for easier maintenance and contribution.
New Contributors
- @egenthon-cmd made their first contribution in #13
Full Changelog: v0.1.1...v0.2.0