akoumjian / datefinder

Find dates inside text using Python and get back datetime objects
http://datefinder.readthedocs.org/en/latest/
MIT License
634 stars 166 forks source link

"French 75" is identified as date due to the presence if 75 #186

Open Okroshiashvili opened 1 year ago

Okroshiashvili commented 1 year ago

The input is the following string: "French 75"

datefinder.find_dates method with default parameters identifies it as date. I guess it's bug.

Please, have a look