Show HN: Open-source text-to-geolocation models
1–10 of 21 posts
Re: Show HN: Open-source text-to-geolocation models
#2Re: Show HN: Open-source text-to-geolocation models
#3It's really a difficult task to parse text at large scale with accurate geographical tagging.
Re: Show HN: Open-source text-to-geolocation models
#4Re: Show HN: Open-source text-to-geolocation models
#5Depending upon your use-case, you can get pretty good results by using spaCy for named entity recognition then matching on the titles of Wikipedia articles that have coördinates.
Re: Show HN: Open-source text-to-geolocation models
#6I think something like this (but with more substance) could be helpful for some people, especially in the social sciences.
Re: Show HN: Open-source text-to-geolocation models
#7There are no weights and no data, only some code to create a pytorch character based network and train it. Will you provide weights or data in the future? Do you have any benchmark over Nominatim or Google maps? I think something like this (but with more substance) could be helpful for some people, especially in the social sciences.
Re: Show HN: Open-source text-to-geolocation models
#8Re: Show HN: Open-source text-to-geolocation models
#9Depending upon your use-case, you can get pretty good results by using spaCy for named entity recognition then matching on the titles of Wikipedia articles that have coördinates.
Tried this in the past, it's too limited... There are too many ways certain locations can be referred to. Take: New York City, NYC, NY, New York, NYCity, so on...