Skip to content

Release of Recognizers-Text Nuget packages v1.0.3

Compare
Choose a tag to compare
@tellarin tellarin released this 20 Apr 03:05

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

Changes

  • Improved handling of negative numbers and number ranges;
  • Bug fixes and extensions to handling multiple DatePeriod in English;
  • Fixes to handling fractions and percent;
  • Basic Timezone support in “preview”;
  • Support for compound currency entities as one entity (“1 dollar and 50 cent” -> “1.5 dollar”);
  • Recognized currencies now include their ISO codes (if defined);
  • Sequence recognizer coverage for e-mail addresses, URLs, @mentions, and #hashtags;
  • Extensions and bug fixes to datetime ranges in English.

This release also includes a new package:
Microsoft.Recognizers.Text.DataTypes.TimexExpression (v1.0.2); which provides parsing and evaluation of TIMEX expressions.