Releases: microsoft/Recognizers-Text
Releases · microsoft/Recognizers-Text
Release of Recognizers-Text NPM packages v1.0.0
This is the first public release of the Recognizers-Text packages to NPM (https://www.npmjs.com/package/@microsoft/recognizers-text-suite). The @Preview tag is no longer required to install them.
Release Notes
- v1 release of packages:
@microsoft/recognizers-text
,@microsoft/recognizers-text-number
,@microsoft/recognizers-text-number-with-unit
,@microsoft/recognizers-text-date-time
,@microsoft/recognizers-text-sequence
,@microsoft/recognizers-text-choice
, and@microsoft/recognizers-text-suite
Release of Recognizers-Text Nuget packages v1.0.1
New release of the Recognizers-Text packages to nuget.org (https://www.nuget.org/profiles/Recognizers.Text). Version 1.0.1
Changes
- Recognizer API signature changes:
- Recognizer initialization is now uniform across packages;
- Users can either create a specific recognizer instance (according to configuration) or call static Recognize methods for direct access to results (if only default behaviour is needed);
- Recognizers do not impose singleton behaviour, but cache initialized models for performance.
- New
ChoiceRecognizer
to extract Boolean entities; - New
IpAddress
model inSequenceRecognizer
; - Improved handling of negative numbers in Chinese;
- Extensions and bug fixes to datetime ranges in English.