Skip to content

Release of Recognizers-Text Nuget packages v1.0.1

Compare
Choose a tag to compare
@tellarin tellarin released this 13 Mar 03:20
· 1765 commits to master since this release

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.