Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KO Number] Fixed incorrect extraction of number from datetime mention (#2863) #2892

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

aitelint
Copy link
Contributor

@aitelint aitelint commented Mar 10, 2022

Fix to issue #2863.

Test case added to NumberModel.

The problem is '일' is ambiguous and is used in many expressions where it does not represent a number.
We had already encountered the issue in the past and tried to address it by adding some conditions to the regexes, but it is likely that there are still patterns where it is wrongly extracted.

@tellarin tellarin merged commit 4589775 into microsoft:master Mar 11, 2022
@aitelint aitelint deleted the #2863 branch March 11, 2022 10:21
Conor-Keaney pushed a commit to purecloudlabs/Recognizers-Text that referenced this pull request Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants