-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Feature request: Use natural language processing to parse opening hours #531
Comments
Discussion in similar project you may want to read - about the scope of the problem: streetcomplete/StreetComplete#4222, streetcomplete/StreetComplete#1186, or bryceco/GoMap#227 In short, it is likely to be incredibly complex:
But, if someone wants to try doing it, by all means, go for it! It would be quite interesting to see the results and limitations, even if it turns out to be too unreliable for actually making inputting the data easier. |
Thank you for the suggestion, and thanks Matija for explanations. I'm against using NLP for a simple reason that it would be much, much slower than what we have now. Instead of pressing 6-10 buttons on screen, you would need to:
As we know from editing geometry in OSM, changing something that's there is much harder and takes more time than drawing something from scratch. Each of these steps would take much more time that I would like. The goal is to spend at most 20 seconds on each POI, and toying with the parser definitely would take more than a minute just for opening hours. |
Hello,
I'll keep this short and sweet.
Would you be open to using NLP (https://wiki.openstreetmap.org/wiki/Natural_language_processing) to try to parse opening hours and convert them to the the correct format for OSM?
Something that's pretty much like this? https://www.webmapping.cyou/WebToOSMOH/
I think it would be really handy as I find entering hours (especially more complex ones) to be one of the tasks I dread most even though I think you've made the UI great.
If you're not considering supporting it, I might try to make a PR to the repo of the above example to add mobile support so I can use it to on my phone. OSM-de/WebToOSMOH#12
I think the ideal workflow would be something like:
Cheers and thanks so much for your hard work on this app, I really love it :)
The text was updated successfully, but these errors were encountered: