Skip to content

Releases: microsoft/Recognizers-Text

Release of Recognizers-Text NPM packages v1.0.0

13 Mar 03:04
Compare
Choose a tag to compare

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

13 Mar 03:20
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.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 in SequenceRecognizer;
  • Improved handling of negative numbers in Chinese;
  • Extensions and bug fixes to datetime ranges in English.