v1.1.1
Summary
- Fix digit split issue (9.15 been split to
9.15instead of9.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 dollarsif True elseThe shirt is233dollars
- e.g. The shirt is 233 dollars ->
- allow set 'merge_across_digit=True` to automatically merge digit if both side of are same language
Full Changelog: v1.1.0...v1.1.1