Skip to content

Releases: microsoft/Recognizers-Text

Release of Recognizers-Text PyPI packages v1.0.1a0

25 Jul 03:19
Compare
Choose a tag to compare

First release of the Recognizers-Text packages to PyPI.org (https://pypi.org/user/recognizers-text/). Version 1.0.1a0 (alpha)

Release of Recognizers-Text Nuget packages v1.2.4

22 Jul 08:10
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.4

Changes

  • Cardinal, Ordinal, Age, Temperature, and Dimension recognizers in Turkish;
  • Support for relative quarter recognition in DateRange;
  • Bug fix for time ranges with early/late modifiers in DateTime;
  • Improvements in English TimeRange resolutions for written number times;
  • Extensions to NumberRange recognition in English for open-ended ranges;
  • Hang fix in URL extraction for invalid-URL corner cases;
  • Improved support for informal US TimeZone mentions (Preview);
  • Performance improvements.

Release of Recognizers-Text Nuget packages v1.2.3

28 Jun 07:40
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.3

Changes

  • Age, Temperature, Dimension, and Currency recognizers in Italian;
  • Improvement in Holiday recognition in English to correctly calculate Thanksgiving-based dates;
  • Improvements in French DateTime to reduce false positives of non-Date and non-Time entities;
  • Support for calendar/school/fiscal year and acronyms in English DateRange;
  • Improved PhoneNumber recognition in Chinese and Japanese;
  • Improved support for NumberRange in English;
  • Performance improvements.

Release of Recognizers-Text Nuget packages v1.2.2

20 Jun 02:47
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.2

Changes

  • Fixes breaking regression bug in version 1.2.1 Ordinal behaviour;
  • Support for Numbers in Italian.

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.