The installation instructions for NLTK+Jupyter for the October 11, 2016 THW session are confusing and difficult and assumes a lot of prior knowledge about how to set up and install things like Java, and anaconda, and... lots of stuff!
Installation
We are using this Jupyter notebook in the thehackerwithin/berkeley repo, master branch, nltk folder.
For installation of Python and NLTK follow these instructions
If you installed anaconda:
conda install nltk
Otherwise:
pip install nltk
Lastly, the NER wrapper requires the Java Stanford NER here: Note: do not download the extension, just Download Stanford Named Entity Recognizer version 3.6.0
The installation instructions for NLTK+Jupyter for the October 11, 2016 THW session are confusing and difficult and assumes a lot of prior knowledge about how to set up and install things like Java, and anaconda, and... lots of stuff!
Maybe the Cloud Working Group can help?