Releases: allo-media/text2num-rs
Releases · allo-media/text2num-rs
Bug fix release
(French) "cinq cent premiers" was wrongly replaced by "501ers" instead of "500 premiers"
Bug fix release
- Fixed a bug when transforming a mix of ordinals and cardinals
- exceptions for ambiguous numbers like "neuf" in French
Bug fix release
Fixed number tracking for a single zero that was not recognized when threshold is at 0.0
Bug fix release
In French:
- "un mille" is "1 1000", not "1000"
- "un cent" is "1 100", not "100"
Release 2.1.0
- Abstraction to let interpreters store state flags into
DigitString. - Use this abstraction to handle linguistic exclusion rules in the interpreter (vs logical numeric rules that are handled by
DigitString).- fixes the French bug quatre-vingt-dix un/deux/trois/quatre/cinq/six => 91/92/93/94/95/96 without breaking nonante X ; same for 70
Bug fix release
- Handle French ordinals "premier", "première" and their plurals.
Version 2.0.0
New:
- Iterator API
- Backward incompatible API changes for consistency
- [Spanish] support for feminine cardinals
Fixes: - Fixed case where numbers where missed when using
nt_separated
Feature release
- Spanish support
- Improved decimal support
- Fraction support
Even more generic algorithms for finding numbers in token sequences
v1.6.0 Merge branch 'feature/ch25250/abstract-algorithm-number-replacement'
Reusable `rewrite_number` algorithm
v1.5.3 Merge pull request #8 from allo-media/feature/ch25250/abstract-algori…