Hi.
Even though MONTH_PATTERNS contains months in Spanish, the module is not able to locate string dates in Spanish.
>>> list(datefinder.find_dates("2 de septiembre de 2016")) [] >>> list(datefinder.find_dates("2 septiembre 2016")) []
Can you resolve this behavior?
Thanks
Hi. Even though MONTH_PATTERNS contains months in Spanish, the module is not able to locate string dates in Spanish.
>>> list(datefinder.find_dates("2 de septiembre de 2016")) []
>>> list(datefinder.find_dates("2 septiembre 2016")) []
Can you resolve this behavior? Thanks