Skip to content

Release of Recognizers-Text NPM packages v1.0.1

Compare
Choose a tag to compare
@tellarin tellarin released this 27 Apr 07:44

New release of the Recognizers-Text packages to NPM (https://www.npmjs.com/~recognizers.text). Version 1.0.1

Changes

  • Improvements to false positives in PhoneNumber recognition;
  • Improved handling of number ranges;
  • Bug fixes and extensions to handling Number and NumberRange in Chinese;
  • Fixes to incorrect handling of percent in URLs and to URL extraction;
  • Bug fixes for ranges with null resolution in English;
  • Support for additional Date formats (e.g. YYYY MM);
  • Extensions and bug fixes to relative dates in English;
  • Support for number format in standards ISO 31-0 and DIN 1333;
  • Improved support for imprecise datetimes;
  • Sequence recognizer coverage for e-mail addresses, URLs, @mentions, and #hashtags;
  • Multiple extensions to datetime range recognition in English;
  • Fixes to IPv6 recognition in unusual cases allowed by standard;
  • ChoiceRecognizer now supports Portuguese and Japanese;
  • Improved handling of year quarters/halves in Q/H format;
  • Better support for negative numbers in English and Chinese;
  • New @microsoft/recognizers-text-data-types-timex-expression; which provides parsing and evaluation of TIMEX expressions. Available under @Preview.