Release of Recognizers-Text Nuget packages v1.0.1
tellarin
released this
13 Mar 03:20
·
1767 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 inSequenceRecognizer
; - Improved handling of negative numbers in Chinese;
- Extensions and bug fixes to datetime ranges in English.