Skip to content
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

Richer natural language parsing of times #239

Open
ishirav opened this issue Oct 6, 2016 · 1 comment · May be fixed by #477
Open

Richer natural language parsing of times #239

ishirav opened this issue Oct 6, 2016 · 1 comment · May be fixed by #477

Comments

@ishirav
Copy link
Contributor

ishirav commented Oct 6, 2016

It would be nice to be able to parse times that are described in natural language.
For example this works:

  • "today at noon"
  • "today at 3 pm"

But these don't:

  • "today at three o'clock"
  • "today at three in the afternoon"

Without thinking about it too much, it doesn't seem to be very difficult to add the relevant words as simplifications. What is your position on this?

@pawelmhm
Copy link
Member

pawelmhm commented Feb 28, 2017

sounds like really cool idea, how about also adding support for days of week? I'm now in a project where i need to parse dates like 'next monday', 'next friday' etc. It would be nice to have support for this in dateparser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants