Skip to content

v1.3.1

Choose a tag to compare

@amirivojdan amirivojdan released this 25 Dec 17:07
· 78 commits to main since this release

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