geotext icon indicating copy to clipboard operation
geotext copied to clipboard

Geotext extracts country and city mentions from text

Results 16 geotext issues
Sort by recently updated
recently updated
newest added

Oops: ```python In [1]: from geotext import GeoText In [2]: places1 = GeoText('I love London and Brussels.') In [3]: places1.cities Out[3]: ['London', 'Brussels'] In [4]: places2 = GeoText('I Love London...

Is it possible to query for states?

Here in [countryInfo.txt](https://github.com/elyase/geotext/blob/master/geotext/data/countryInfo.txt) you can see several country names with three words, i.e. United Arab Emirates, Antigua and Barbuda, Bosnia and Herzegovina, Central African Republic, ... But due to the...

"USA" is not being detected. I have to replace "USA" to "United States" in order the country to be detected.

A few nationalities were mapped incorrectly or badly formatted.

Hello Elyase, very glad you have created and maintained this very useful python library. I'm currently using it to help parse quite a lot of info from the USPTO. Anyway...

I have found 2 cities which are not identified in geotext. The cities "Ventalló" and "Sant Cugat del Vallès" exist in http://www.geonames.org but geotext is not able to find. >>>...

Tests in test folder fail. Please check this out.

Hi, First of all thanks for your work, it works well and it's really useful. What do you think of an option to make a case insensitive search for city/country...

"The official ISO country code for the United Kingdom is 'GB'. The code 'UK' is reserved." Both UK and GB are returned in my country mentions for some reason. I'm...