Skip to content

Releases: microsoft/Recognizers-Text

Release of Recognizers-Text NPM packages v1.1.4

23 Oct 08:54
Compare
Choose a tag to compare

New release of the Recognizers-Text packages to NPM (https://www.npmjs.com/~recognizers.text). Version 1.1.4

Changes

Coming Soon

Release of Recognizers-Text Nuget packages v1.1.2

18 Oct 07:05
Compare
Choose a tag to compare

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

Changes

  • Choice recognizer support for French and German;
  • Support for month-to-month DateTimeRange in Chinese;
  • Bug fixes for corner cases in DateRange resolution in English;
  • Small additions to Currency units in English;
  • Improved support for DateTime recognition in Traditional Chinese (partial);
  • Extensions to PhoneNumber recognition;
  • Bug fix in TimeZone resolution (under Preview);
  • Bug fix for compound Duration timex expressions;
  • Fix in TimexHelpers.ExpandDateTimeRange handling of end times;
  • Improvements in URL and Email extraction;
  • Support for time-of-day in Chinese DateTime;
  • Extensions for Dutch recognition of large Numbers;
  • Improved support for languages that use multiple decimal separators;
  • Minor Unit fixes in English, French, and Chinese.

Release of Recognizers-Text NPM packages v1.1.3

27 Sep 06:19
Compare
Choose a tag to compare

New release of the Recognizers-Text packages to NPM (https://www.npmjs.com/~recognizers.text). Version 1.1.3

Changes

  • Fixes a bug in French Numbers from v1.1.2 that causes crashes in some Windows 10 environments;
  • Adds support for GUID recognition in Sequence;
  • Small refinements to English relative Time extraction;
  • Fix consistency issue in the behavior of 'later than' in English DateTime;
  • Supports dot-syntax for Time recognition when next to Date context (e.g. "Let's meet before 2.30pm").

Release of Recognizers-Text Nuget packages v1.1.1

27 Sep 06:19
Compare
Choose a tag to compare

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

Changes

  • Support for Ordinal numbers, Percentage, and Currency in Dutch;
  • Adds support for GUID recognition in Sequence;
  • Small refinements to English relative Time extraction;
  • Support for dot-syntax for Time recognition when next to DateTime context (e.g. "Let's meet before 2.30pm").
  • Additional support for Date recognition in Traditional Chinese;
  • Improvements to PhoneNumber recognition;
  • Bug fixes in TimeZone resolution (under Preview);
  • Improved support for relative year ranges in English DateTime;
  • Multiple bug fixes in Chinese DateTimeRange extraction and parsing;
  • Improvements to information unit extraction;
  • Improved recognition of year quarters in English DateTime;
  • Extensions to Chinese NumberRange extraction and false positive fixes;
  • Minor French currency fixes.

Release of Recognizers-Text NPM packages v1.1.2

20 Sep 03:18
Compare
Choose a tag to compare

New release of the Recognizers-Text packages to NPM (https://www.npmjs.com/~recognizers.text). Version 1.1.2

Changes

  • Multiple bug fixes and refinements to Number and DateTime parsing;
  • Multiple fixes for consistency with recognizers in .NET;
  • Recognized currencies now include their ISO codes;
  • Multiple improvements and extensions to recognition of relative DateTime entities;
  • Support for Number, Age, and Currency recognition in Japanese;
  • Extensions to French recurring Date/Time Set extraction;
  • Improved Number and Time recognition in French;
  • Boolean Choice recognizer now supports Chinese and Spanish;
  • Improved support for SI units in Chinese;
  • Improved Currency recognizer in Chinese;
  • Multiple improvements to Sequence recognizer for phone numbers, e-mail addresses, URLs, @mentions;
  • New @microsoft/recognizers-text-data-types-timex-expression (no longer under @Preview).

Release of Recognizers-Text NPM packages v1.1.1

19 Sep 04:39
Compare
Choose a tag to compare

Note: Released packages unlisted due to dependency issue. Please use v1.1.2

Release of Recognizers-Text NPM packages v1.1.0

18 Sep 08:26
Compare
Choose a tag to compare

Note: Released packages unlisted due to dependency issue. Please use v1.1.2

Release of Recognizers-Text Nuget packages v1.1.0

03 Sep 10:26
Compare
Choose a tag to compare

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

Changes

  • Fixes in Chinese Unit entity boundaries inconsistencies;
  • Bug fix in parsing numbers over 70 in the French system;
  • Support for French number forms used in Switzerland and Belgium;
  • Cardinal numbers recognizer in Dutch;
  • Age, Temperature, and Dimensions entity recognizers in Dutch;
  • Extracted PhoneNumber entities are now scored based on formatting and length (scoring to be further refined);
  • Support for extraction and resolution of “business days” in English DateTime;
  • Support for tagging other business terms in DateTime (e.g. “business hours”, “EOD”);
  • Support for “decade” as unit of 10Y in English;
  • Improved support for relative DateTimes in Chinese;
  • Bug fix in handling “upcoming” in relation to DateTime.

Release of Recognizers-Text Nuget packages v1.0.11

20 Aug 04:37
Compare
Choose a tag to compare

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

Changes

  • Bug fix in Number extraction in Japanese when common written form omits characters;
  • Fixes in Chinese date and date period extraction and resolution;
  • Cardinal numbers recognizer in Korean;
  • Support for week mentions in the form “week of the 22nd”;
  • Extended support for typical PhoneNumber formats in the Netherlands, Italy, and Denmark;
  • Fix for inconsistent number range extraction in English;
  • Improved handling of false positives in time of day mentions in greetings utterances;
  • Improved handling of false positives in cases where “one” should not be treated as number;
  • Bug fix in handling Time ranges combined with timezones (Preview);
  • Boolean choices recognizer in Chinese;
  • Improved handling of approximate modifier in DateTime;
  • Support "as early/late as" as a modifier for Datetime entities;
  • Bug fix in Korean fraction parser.

Release of Recognizers-Text Nuget packages v1.0.10

07 Aug 06:04
Compare
Choose a tag to compare

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

Changes

  • Fixes in Chinese date and date period extraction and resolution;
  • Support for “following” as a relative term applied to datetime;
  • Support for more informal ways to specify an amount of day/month/… (e.g. “next couple months”)
  • Fix for inconsistent datetime period extraction in English;
  • Improved combined recognition of dates and weekdays;
  • Improved combined recognition of DayOfWeek + PartOfDay;
  • Boolean choices recognizer in Dutch;
  • Extensions to Boolean choices recognizer in English;
  • Bug fix in Japanese number parser;
  • Improvements to datetime extraction with timezones in English (Preview).