Skip to content

Releases: microsoft/Recognizers-Text

Release of Recognizers-Text Nuget packages v1.2.1 - Retracted

18 Jun 05:48
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.2.1 - Retracted due to breaking bug, please use Version 1.2.2.

Changes

  • Choice recognizer in Italian;
  • Regression fix to DateTime in English;
  • Extended Holiday recognition in English and parsing of lunar-based dates;
  • Improvements in Ordinal detection in French and German;
  • Support for dialect variation of month names in German;
  • Improvements to extraction of DateTime ranges (including formats like "2019-q3");
  • Bug fix in handling "upcoming" DateTime entities in English;
  • Improvements in German Date tagging;
  • Bug fix in Chinese Number recognition;
  • Improve URL recognition in Chinese and Japanese;
  • Improved support for NumberRange in English;
  • Extensions in TimexResolver for more DateTime ranges;
  • Bug fix for erroneous DateTime decade extraction in English;
  • Refinements to year DateRanges parsing in French;
  • Fixes for Duration incorrectly tagged as DateTime;
  • Minor improvements in Percent tagging in German;
  • Performance improvements.

Release of Recognizers-Text Nuget packages v1.2.0

26 Apr 09:44
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.2.0

Changes

  • Support for Ordinal.relative in English (e.g., "last one", "next");
  • Choice recognizer in Swedish and Bulgarian;
  • Regression fix to DateTime in English;
  • Fix inconsistency in ISO week number corner cases;
  • Support for additional Duration terms in English (e.g., "fortnight");
  • Improved support for relative Duration and Date in English;
  • Improvements to DateRange recognition in Spanish;
  • Fixes to URL tagging corner cases;
  • Support for additional PhoneNumber formats;
  • Improved tagging of partial DateTime entities in Chinese;
  • Fixes in TimexResolver for week boundaries;
  • Minor improvements in Percent tagging in German;
  • Improved Ordinal support in Spanish.

Release of Recognizers-Text Nuget packages v1.1.6

20 Mar 01:53
bdbc82a
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.6

Changes

  • Regression fixes to DateRange in English and French;
  • Multiple improvements to DateRange recognition in Spanish;
  • Improved support for over-specified Dates (e.g., Monday 21);
  • Support for combined date modifiers;
  • Minor fixes in Japanese Number recognition;
  • Minor improvements in Timezone recognition (under Preview).

Release of Recognizers-Text Nuget packages v1.1.5

02 Feb 09:51
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.5

Changes

  • Support for DateTime in German;
  • Minor improvements in Currency and Unit recognition;
  • Improvements to Duration extraction in Chinese;
  • Improvement performance in Timezone recognition in English (under Preview);
  • Fix Date resolutions in non-leap years;
  • Bug fix for relative Dates in Spanish;
  • Support for NumberRange in Spanish.

Release of Recognizers-Text Nuget packages v1.1.4

05 Dec 05:31
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.4

Changes

  • Improvements to recognition of lists of Dates;
  • Improvements to recognition of relative Dates in Chinese;
  • Extensions and fixes to DateRange recognition in Spanish;
  • Tagging performance improvements in Currency;
  • Improvements to Unit recognizers in Dutch.

Release of Recognizers-Text Nuget packages v1.1.3

15 Nov 05:34
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.3

Changes

  • Improvements to Choice and Unit recognizers in Dutch;
  • Improved recognition of not fully well-formed PhoneNumbers;
  • Tagging performance improvements (~15% faster than previous version);
  • Small Unit and DateRange recognition improvements in French;
  • Extensions to recognize GUIDs in other less common formats in Sequence recognizer;
  • Memory usage reduction in TimeZone extraction ~40% (under Preview);
  • Improvements to DateTimeRange recognition to cover more varied written forms;
  • Bug fix when handling two TimeRange in the same entity in English (e.g. “morning 10am to 12pm”);
  • Bug fix in resolving MM/YYYY and MM-YYYY DateRange forms.

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.