v1.3.1
amirivojdan/shekarv1.3.1Dec 25, 2025by amirivojdan
AI Summary
This update brings multiple performance improvements to normalization and general codebase cleanup for a smoother experience.
Key Highlights
- Major performance boost in SpacingNormalizer using FlashText
- Faster character normalization using str.translate tables
- Refactored normalization logic for improved readability
- Reduced dependency footprint
New Features
- SpacingNormalizer performance improved with FlashText replacement
- Character normalization optimized with str.translate tables
- Improved code readability and maintainability
Full Release Notes
### What’s New in **v1.3.1** This update brings multiple performance improvements to normalization, and general codebase cleanup for a smoother experience. #### Highlights - Major performance boost in **SpacingNormalizer** by replacing regex with **FlashText** for compound word correction - Faster **character normalization** using `str.translate` tables instead of regex - Refactored normalization logic for improved readability and maintainability - Reduced dependency footprint by removing redundant packages