possible to detect raw geo coordinates
flashpixx opened this issue · 2 comments
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?
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.
Regex might be possible but in this case a small grammar e.g. with AntLR of different formats can solve it very easy