v1.3.1
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.translatetables instead of regex - Refactored normalization logic for improved readability and maintainability
- Reduced dependency footprint by removing redundant packages