Skip to content

Release of Recognizers-Text Nuget packages v1.6.0

Compare
Choose a tag to compare
@tellarin tellarin released this 20 May 04:26
· 291 commits to master since this release
c70ff6f

New release of the Recognizers-Text packages to nuget.org (https://www.nuget.org/profiles/Recognizers.Text). Version 1.6.0

Changes

  • Extended support for date + time forms in Portuguese DateTime;
  • Extended support for unambiguous date formats in DateTime;
  • Add support for emoji skin tone modifiers across cultures in Choice recognizer;
  • Add support to handle common mispelt ordinals in English Date;
  • Additional support for non-standard speed units in English NumberWithUnit;
  • Support for bitcoin and its Unicode symbol as Currency;
  • Splitting clustered units into their separate Unit entries in English;
  • Bug fix resolving time-of-day modifiers in DateTime in French and Spanish;
  • Support for million/billion/trillion Number abbreviations in English Number;
  • Bug fix for false positive hours incorrectly extracted from float number in DateTime;
  • Improved performance in recognizing long Number forms in Japanese;
  • Bug fix in resolution for "anoche" in Spanish DateTime;
  • Improved support for merged timex of duration/datetimerange (e.g., "PT1H30M") processing in TimexLib;
  • Bug fix to leap year resolution and output format for invalid dates like "2/29/2019" in DateTime;
  • Bug fix in numbered week resolution (e.g., 2021-W02) in TimexLib;
  • Bug fix in Timex parsing across different cultures in TimexLib resolver.