Releases: microsoft/Recognizers-Text
Release of Recognizers-Text Nuget packages v1.3.0
New release of the Recognizers-Text packages to nuget.org (https://www.nuget.org/profiles/Recognizers.Text). Version 1.3.0
Changes
- Support for
Cardinal
,Ordinal
,Percent
recognizers in Hindi; - Support for
Age
,Temperature
,Dimension
,Currency
in Hindi; - Support for
Choice
recognizers in Turkish and Hindi; - Support for
NumberRange
recognizer in Turkish; - Multiple refinements to Turkish
DateTime
support across sub-types; - Improvements to German
DateTime
support for colloquial scenarios; - Bug fix in Spanish
DateRange
support for cases that cross year boundaries; - Bug fix in
DateTime
to avoid cases where time expression loses generality; - Extension to English recurring
Set
for scenarios like "every other ", "quarterly"; - Extension to English to handle informal
TimeRange
and "week" mentions; - Extensions and bug fix in
Ordinal
recognition in Chinese; - Refinements to
Currency
parsing; - Improvement to time expression library for week-in-month scenarios;
- Bug fix in
DatePeriod
extraction; - Multiple performance (latency) improvements;
- Removal of support for .NET 4.5 and 4.5.2.
Release of Recognizers-Text Nuget packages v1.2.9
New release of the Recognizers-Text packages to nuget.org (https://www.nuget.org/profiles/Recognizers.Text). Version 1.2.9
Changes
- Support for
DateTime
recognition in Turkish; - Support for Swedish
Ordinal
andPercent
recognition; - Refinements to Spanish
Date
andDateRange
resolution; - Bug fix in
DatePeriod
extraction.
Release of Recognizers-Text Nuget packages v1.2.8
New release of the Recognizers-Text packages to nuget.org (https://www.nuget.org/profiles/Recognizers.Text). Version 1.2.8
Changes
- Extensions to German
DateTime
to support relative time periods; - Improvements and bug fix in
Currency
extraction; - Refinements in Chinese
DateTime
for time-of-day mentions; - Improvements to
IpAddress
extraction in Chinese and Japanese; - Bug fix for abbreviated weekdays in Spanish
DateTime
; - Expand terms supported in English
Choice
recognizer; - Support additional date formats in
DateTime
; - German
Temperature
refinements; - Support for cardinal
Number
recognition in Swedish; - Refinements to
PhoneNumber
recognition to reduce false positives.
Release of Recognizers-Text NPM packages v1.2.7
New release of the Recognizers-Text packages to NPM (https://www.npmjs.com/~recognizers.text). Version 1.2.7
Release of Recognizers-Text Nuget packages v1.2.7
New release of the Recognizers-Text packages to nuget.org (https://www.nuget.org/profiles/Recognizers.Text). Version 1.2.7
Changes
- Improvements in German
DateTime
to better support before/after modifiers andDateTimeRange
; - Refinements in Chinese
DateTime
to better handle TimeOfDay false positives; - Refinements in German
Duration
to recognize fractional hour durations; - Minor
Duration
refinements to support Unicode chars (e.g., '½') and reduce false positives; - Support for "once" recurrence in English recurring
Set
recognition; - Support for "first/second half of year" in Chinese
DateTime
; - Bug fix in relative
DateRange
resolution in English and German; - Several improvements to German
Time
extraction and parsing; - Improvements to Turkish
Ordinal
andCurrency
recognition; Choice
recognizer in Arabic;- Additional support for ambiguous
TimeZone
mentions (under Preview).
Release of Recognizers-Text Nuget packages v1.2.6.1
New release of the Recognizers-Text packages to nuget.org (https://www.nuget.org/profiles/Recognizers.Text). Version 1.2.6.1
Changes
- Extensions in Spanish
DateTime
to improve handling of relativeDateRange
; - Refinements in Chinese, German, and Turkish
Numbers
recognition for less common cases; - Performance improvements and reduction in false positive in
PhoneNumber
; - Improved handling of false positives in
Age
in Spanish, Portuguese, and German; - Bug fix in
Currency
extraction in English and French; - Improvements to Italian
Cardinal
andOrdinal
numbers recognition; - Extensions in Chinese time-of-day
DateTime
detection and resolution.
Release of Recognizers-Text Nuget packages v1.2.6
New release of the Recognizers-Text packages to nuget.org (https://www.nuget.org/profiles/Recognizers.Text). Version 1.2.6
Changes
- Support for
DateTime
and all its subtypes in Italian; - Refinements to Turkish
Unit
; - Improvements to Chinese
DateRange
recognition and resolution; - Extension to German recognition of compound time expressions and week/weekend;
- Bug fixes in support for relative
DateTime
in German; - Bug fixes in
Number
recognition corner cases in Chinese; - Improved support for
DateTime
modifiers like "early/earlier/late/later"; - Improved handling of day_of_week in Portuguese and additional informal forms;
- Extended support for
Date
in the form "<week_day> of <relative_date_range>". Ex: "Tuesday of Last Week"; - Small improvements to numbers wrongly recognized by context in English;
- Improvements to
TimeZone
support and Russian timezones in English (in Preview).
Release of Recognizers-Text Nuget packages v1.2.5
New release of the Recognizers-Text packages to nuget.org (https://www.nuget.org/profiles/Recognizers.Text). Version 1.2.5
Changes
- Regression fix in French relative
TimeRange
parsing; - Extensions to
Age
,Temperature
, andDimension
recognizers in Turkish; - New
Percentage
andCurrency
recognizers in Turkish.
Release of Recognizers-Text PyPI packages v1.0.1a0
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
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
, andDimension
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.