Releases: microsoft/Recognizers-Text
Release of Recognizers-Text Nuget packages v1.2.2
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
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 moreDateTime
ranges; - Bug fix for erroneous
DateTime
decade extraction in English; - Refinements to year
DateRanges
parsing in French; - Fixes for
Duration
incorrectly tagged asDateTime
; - Minor improvements in
Percent
tagging in German; - Performance improvements.
Release of Recognizers-Text Nuget packages v1.2.0
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
andDate
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
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
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
andUnit
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
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
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
andUnit
recognizers in Dutch; - Improved recognition of not fully well-formed
PhoneNumbers
; - Tagging performance improvements (~15% faster than previous version);
- Small
Unit
andDateRange
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
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
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
andEmail
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
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 inSequence
; - 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 toDate
context (e.g. "Let's meet before 2.30pm").