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

possible to detect raw geo coordinates #90

Open
flashpixx opened this issue Jan 18, 2021 · 2 comments
Open

possible to detect raw geo coordinates #90

flashpixx opened this issue Jan 18, 2021 · 2 comments

Comments

@flashpixx
Copy link

Is it possible to detect raw geocoordinate like https://en.wikipedia.org/wiki/Geographic_coordinate_conversion#Change_of_units_and_format

So these matched directly to lat & long values?

@ahalterman
Copy link
Member

You mean to recognize something like hour/minute/second coordinates in text, and then convert them to decimal coordinates? I think that would be a doable task as long as you were willing to annotate some data and train an NER model and it would be especially doable if you think regex could capture it. It seems a little outside of the core functionality of the library but I'd be willing to add it in if someone opened a PR for it.

@flashpixx
Copy link
Author

Regex might be possible but in this case a small grammar e.g. with AntLR of different formats can solve it very easy

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

No branches or pull requests

2 participants