Closed adriens closed 1 year ago
Actually when I get the following input Curacao, it is not recognized and get a null list for places.countries
Curacao
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)
See #70
Actually when I get the following input
Curacao
, it is not recognized and get a null list forplaces.countries
:bulb: Maybe is it due to the fact the input string has no accent (see Curaçao)