Skip to content

Release of Recognizers-Text Nuget packages v1.0.9

Compare
Choose a tag to compare
@tellarin tellarin released this 20 Jul 08:12

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 base Date 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).