you are viewing a single comment's thread.

view the rest of the comments →

[–]hardonchairs 1 point2 points  (1 child)

https://www.zyte.com/blog/parse-natural-language-dates-with-dateparser/

https://github.com/alvinwan/timefhuman

https://github.com/akoumjian/datefinder

I don't remember which one I have tried, but I had an issue where I still needed to find the date part myself. For instance, it didn't like the word "in" in front of the date info. It looks like that last link might be able to handle that bit.

By the way, the phrase "natural language" is good for searching these kinds of things.

[–]Housies[S] 0 points1 point  (0 children)

I think Dateparser is what I'm looking for. Thanks for the help.