somnathrakshit / geograpy3

Extract place names from a URL or text, and add context to those names -- for example distinguishing between a country, region or city.
https://geograpy3.readthedocs.io
Apache License 2.0
124 stars 12 forks source link

:curacao: Please support "Curacao" :pray: #68

Closed adriens closed 1 year ago

adriens commented 1 year ago

Actually when I get the following input Curacao, it is not recognized and get a null list for places.countries

places = geograpy.get_geoPlace_context(text = 'Curacao')

:bulb: Maybe is it due to the fact the input string has no accent (see Curaçao)

WolfgangFahl commented 1 year ago

See #70