Skip to content

Release of Recognizers-Text Nuget packages v1.0.8.1

Compare
Choose a tag to compare
@tellarin tellarin released this 27 Jun 01:31

New release of the Recognizers-Text packages to nuget.org (https://www.nuget.org/profiles/Recognizers.Text). Version 1.0.8.1

Changes

  • Extended support for SI unit symbols in Chinese;
  • Fixes to handle disjoint date ranges in English and Chinese;
  • Improved support for different dash characters in ranges (U+2012 to U+2015, U+2053) ;
  • Extensions in Japanese Boolean recognizer and bug fixes in Numbers;
  • Bug fixes in handling combined less formal ranges + date (e.g. "between 10 and 11:30 on 1/1/2015");
  • Support for extracting centuries (e.g. “21st century”) date ranges in English;
  • Improved support for “more than/less than” time periods;
  • Improved performance on TimeZone matcher and fixes in handling DateTime periods with timezone (Preview);
  • Improved URL and Mention extractors;
  • Additional holiday support in English;
  • Improved support for merged DateTimeAlternatives in list + relative_week cases (e.g. “next week on tuesday or thursday” );
  • Enhanced extraction of relative periods from a time point;
  • Fix regression where “by year” was interpreted as current year in English;
  • Fix for time wrongly tagged within zipcodes;
  • Fix "DayOfWeek-Month-Date" recognized as DatePeriod;
  • Refinements to year-quarter extraction;
  • Fixed resolution for after-year pattern to use correct starting timepoint;
  • Bug fixes for number ranges and relative dates in English and Chinese.