You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: