Skip to content

eacheson/geopython2018-demo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

GeoPython 2018 lightning talk

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 and STANFORD_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 a LookupError from nltk below even after downloading relevant models (also at top of notebook)

About

Demo presented at the GeoPython 2018 conference as a lightning talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published