thehackerwithin / berkeley

The Hacker Within at the University of California - Berkeley
http://www.thehackerwithin.org/berkeley/
98 stars 94 forks source link

can the Cloud Working Group help simplify the install for Jupyter+NLTK for the Oct 11 demo? #66

Open aculich opened 8 years ago

aculich commented 8 years ago

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?

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

ickc commented 6 years ago

Since most probably this is outdated, close this?