Skip to content

v1.1.1

Choose a tag to compare

@DoodleBears DoodleBears released this 03 Jul 14:35
· 94 commits to main since this release

Summary

  • Fix digit split issue (9.15 been split to 9 . 15 instead of 9.15
  • Separate digit from other string like punctuation
    • allow set 'merge_across_digit=True` to automatically merge digit if both side of are same language
      • e.g. The shirt is 233 dollars -> The shirt is 233 dollars if True else The shirt is 233 dollars

Full Changelog: v1.1.0...v1.1.1