Using geograpy3 (https://pypi.org/project/geograpy3/):
> import geograpy
> text = "Welcome to beautiful Seattle"
> p = geograpy.get_geoPlace_context(text=text)
> p.cities
['Seattle']
> p.countries
['United States']
> p.regions
[]
Is there a package or dataset I need to download?