-
Notifications
You must be signed in to change notification settings - Fork 35
Remove pollution exclusion during numbers matching #316
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
Conversation
|
Coverage Report
Files without new missing coverage
264 files skipped due to complete coverage. Coverage success: total of 97.76% is above 97.75% 🎉 |



Description
Fixes #315
Error was caused by a pollution spans being between two numbers. We obviously don't want to match numbers that are not contiguous spans of text, even under the assumption that the text extraction was faulty so I disabled the ignore_pollution of the number regex matcher.
Checklist