Skip to content

Tags: microsoft/Recognizers-Text

Tags

dotnet-v1.8.11

Toggle dotnet-v1.8.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support Chinese next next week day - first commit (#3184)

Co-authored-by: Michael Wang (Centific Technologies Inc) <[email protected]>

dotnet-v1.8.10

Toggle dotnet-v1.8.10's commit message
Release of Recognizers-Text Nuget packages v1.8.10

dotnet-v1.8.9

Toggle dotnet-v1.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[EN DateTimeV2] Support for longer span date time (#3166)

* Datetime for longer span - local draft commit

* DateTimeForLongerSpan - Implement for from

---------

Co-authored-by: Michael Wang (Centific Technologies Inc) <[email protected]>

javascript-v1.3.1

Toggle javascript-v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version for recognizers suite and recognizers (#3131)

* Bump version for recognizers suite and recognizers

* Bump recognizers date time version after fix

* minor change

dotnet-v1.8.7

Toggle dotnet-v1.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Delete JavaScript directory

dotnet-v1.8.6

Toggle dotnet-v1.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[FR DateTimeV2] Stack overflow fix in .NET (#3050)

dot

Toggle dot's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[FR DateTimeV2] Stack overflow fix in .NET (#3050)

dotnet-v1.8.5

Toggle dotnet-v1.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[EN DateTime V2] Added support for cases like "April ninth through 15…

…th" (#2905) (#2994)

* Added support for cases like "April ninth through 15th" (#2905)

* Modified fix to use regexes instead of OrdinalExtractor according to review

* Removed DateContext modifications

* Corrected bug in Hindi Ordinal extraction

Co-authored-by: aitelint <[email protected]>

dotnet-v1.8.4

Toggle dotnet-v1.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Minor README update

dotnet-v1.8.3

Toggle dotnet-v1.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[EN .NET] Workaround for TimexProperty.ToString() to not crash on Dat…

…eTimeRanges (#2894)

* Workaround for TimexProperty.ToString() to not crash on DateTimeRanges 

* Add TODO for fixing the TimexProperty date range representation properly according to review