Releases: allo-media/text2num
Releases · allo-media/text2num
v2.5.1: Bug fix release.
What's Changed
- fixed a bug in German ordinal detection by @fquirin in #89
- [de] fix: False positive ordinal detection by @Kakadus in #90
- Fixed a bug in the handling of the multipliers. Fixes #95 by @rtxm in #96
- Carrying last word context forward in a segment by @skiingpacman in #103
- [DE] fix hundred addition by @Kakadus in #102
- Refined handling of zero. Fixes #105, fixes #106. by @rtxm in #107
- Bug fix release. by @rtxm in #108
- pypi upload updated. by @rtxm in #109
- Added pypi context. by @rtxm in #110
New Contributors
- @Kakadus made their first contribution in #90
- @skiingpacman made their first contribution in #103
Full Changelog: v2.5.0...v2.5.1
v2.5.0: Feature and bugfix release
Features
- Included Brazilian Portuguese support into Portuguese parser
- New language: German
- New language: Catalan
- New language: Russian
Bug fixes
- Improved Spanish
- Improved Portuguese
- Improved French
Feature release: ordinal conversion threshold
Merge pull request #54 from allo-media/master 2.4.0
Portuguese support!
Bugfix release
- Better documentation of Spanish support
- Fixed bug with uppercase text
- Fixed bug with bigger English ordinals
Spanish support
Thanks to @pablorodriper!
Bugfix release
Fix on special "number" « one » in English or « un » in French.
Bug fix release and new behavior
Breaking change
- Don't convert ordinals before the fourth ;
Bug fixes
- Don't convert « one » when it is used as a noun or as a determiner.
Packaging fix: lowered minimal python version to 3.6
v2.0.1 Lowered python version dependency.
English support
This new release introduces support for different languages.
The first languages included are:
- English
- French