Recognizers-Text icon indicating copy to clipboard operation
Recognizers-Text copied to clipboard

Microsoft.Recognizers.Text provides recognition and resolution of numbers, units, date/time, etc. in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI, NL. Partial support for JA, KO, AR, SV). Pa...

Results 176 Recognizers-Text issues
Sort by recently updated
recently updated
newest added

**Describe the bug** In English Number, I tried to parse the sentence: "two out of five hundred tvs". The result I expected was 2/500=0.004. But see below, it doesn't work....

bug
javascript

Fix to issue #2475. Added support for time expressions with mixed (digit and written) numbers in Portuguese and Spanish. Refactored some of the Spanish time regexes to avoid matching false/inconsistent...

Added support for duration units extraction when preceded by ordinal numbers (#2417). Test cases added to EN and ES DateTimeModels. Method not implemented in Turkish and Hindi (in both languages...

Fix to issue #640 where, in Experimental mode, ambiguous dates are recalculated using the other non-ambiguous date as reference (in DatePeriod and DateTimePeriod). Test cases added to DateTimeModel and DateTimeModelExperimentalMode....

This change should reduce significantly the number of Regex objects required by the library, as there was a large number of duplicated Regex being built on the Parser/Extractors. As an...

Fix for issues reported in #908. We did not update the pattern "on 5.11" which is currently parsed as "May 11th" instead of "Nov 5th" (as requested in the issue)....

Fix for issue #1820, 5' to be recognized as type=dimension, unit=Foot, value=5. Test case added to DimensionModel

Added support for compound dimension units so that they can be extracted as a single entity. The compound behaviour is controlled by the flag EnableCompoundTypes as requested in #2037. Relevant...

Adding support for phone numbers. Format should reflect format specified by PTS (Swedish Post and Telecom Authority). The specification can be found here: https://www.pts.se/globalassets/startpage/dokument/bransch/telefoni/nummerplan/the-swedish-numbering-plan-for-telephony-accordning-to-itu---2018-07-04.pdf and further explained here: https://sv.m.wikipedia.org/wiki/Telefonnummer All...

Fixes #2115. Add support for cases like "3 hundred thousand". The fix does not seems to affect other entities. Added test cases to NumberModel.