-
the nltk.downloader() have been changed to nltk.download
-
I get this error when I run the command `pip install geograpy` then other errors return also.
"Exception:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pip-9.0.1-py2…
-
As a US customer i want to be able to subscribe to Nutanix on OVHcloud BYOL service
so that
I can use Nutanix virtualization stack on OVHcloud
As a customer i want to host my Nutanix cluster i…
-
```
import geograpy
from geograpy import places
from pprint import pprint
# address = geograpy.get_place_context(text='United States')
# pprint (vars(address))
from geograpy import extraction
…
-
Fresh install on Python3 on Ubuntu 16.04
```
import geograpy
address = geograpy.get_place_context(text='United States')
```
results in
```
Traceback (most recent call last):
File "", li…
-
p = geograpy.get_place_context(text='Pristina')
Traceback (most recent call last):
File "", line 1, in
File "/home/cusco/Virt…
cusco updated
4 years ago
-
pip installed geograpy on archlinux box and tried out this simple program
```
import geoprapy
t = 'India is a country'
p = geoprapy.get_place_context(text=t)
```
I got the following error
```
In [3…
awhan updated
4 years ago
-
```
Traceback (most recent call last):
File "ale.py", line 7, in
places = geograpy.get_place_context(url="https://www.cntraveler.com/hotels/hong-kong-s-a-r-/jordan/mandarin-oriental-hong-kon…
-
Is there anyway we can retrain or swap out the text parser with our own data sets ? Currently we are using polyglot. However I have had a look at geograpy, which even has it's own geocoder.
-
Hi,
I just came across this library and was trying it out but every time I try to....
import geograpy
I get this error:
Traceback (most recent call last):
File "", line 1, in
File "/Users/Lar…