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

nltk averaged_perceptron_tagger download needed and missing #1

Closed WolfgangFahl closed 4 years ago

WolfgangFahl commented 4 years ago

see https://travis-ci.org/github/WolfgangFahl/geograpy3/jobs/725523314

Resource averaged_perceptron_tagger not found.

  Please use the NLTK Downloader to obtain the resource:

  >>> import nltk

  >>> nltk.download('averaged_perceptron_tagger')