Release of Recognizers-Text Nuget packages v1.0.9
New release of the Recognizers-Text packages to nuget.org (https://www.nuget.org/profiles/Recognizers.Text). Version 1.0.9
Changes
- Added sub-type information for numbers (e.g. integer, fraction, …), as consumers can leverage this information in post-processing;
- Extensions to
Currency
recognition in Japanese; - Fixed inconsistency in dealing with date after a time period;
- Fix in
DateTime
extraction for ambiguous cases in Chinese; - Extended recognition of informal mentions of years;
- Improved support for
Number
recognition as mixed written words and numerals in English; - Bug fix in extracting multiple durations from the same utterance;
- Performance improvements in
DateTimePeriod
and baseDate
extraction; - Fix encoding issues caused by UTF8+BOM;
- Added support for hyphenated “mid” prefix (e.g. “mid-November”);
- Bug fixes for timezone corner cases in English (Preview).