Demo presented at the GeoPython 2018 conference as a lightning talk.
To run this notebook you'll have to minimally:
- install the python libraries imported at the top of the notebook (conda and some via pip)
- download the Stanford Named Entity Recognizer (NER); I use v3.8.0 which you can download here, unzip, then adjust the
CLASSPATH
andSTANFORD_MODELS
os.environ paths at the top of the notebook - use nltk.download() to download nltk models
- set a data path for
nltk
if you get aLookupError
from nltk below even after downloading relevant models (also at top of notebook)