-
Notifications
You must be signed in to change notification settings - Fork 474
False positives when searching dates #582
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
Comments
Same here on OSX 10.15 with version 0.7.2 Here are some examples of results that should not be dates
-- Clearly wrong -- I can kind of see where it is getting this but I think it is wrong to do it -- I have lots of numbers in these docs. It should not pick them up and 'make' a date from them |
FYI some cases will be fixed in the next version (after merging this: #786) |
Seems #786 has been merged, can you please close this issue |
Does #786 fix all cases reported here? Otherwise, it makes sense to keep this open. |
OS: Windows 10.0.17763.805
dateparser version: 0.7.2
When using the
search_dates()
function some numerical and punctuation mark combinations that don't resemble any date format I've ever seen get picked up as dates.To reproduce run the following code and replace
<false positive>
with any one of the following:The text was updated successfully, but these errors were encountered: