Skip to content

v0.2.0

Choose a tag to compare

@karamouche karamouche released this 21 Apr 17:56
· 21 commits to main since this release
88b54a4

What's Changed

Five new languages. This release adds full normalization support for FrenchSpanishGermanItalian, 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

Full Changelog: v0.1.1...v0.2.0