Chicago ML Study Group - Natural Language Processing Team
- Python 2.7
Assumes pip
, virtualenv
, and virtualenvwrapper
.
- From the command line,
mkvirtualenv nlp-study-group
. - If you aren't already placed in the virutal environment by default, run
workon nlp-study-group
. - Run
pip install -r requirements_mac.txt
to install the dependencies in your virtual environment. jupyter-notebook
to open Jupyter Notebook.- Alison's work is in notebooks/Alison.ipynb. Feel free add to or make your own notebook. Either way!
- NLP for Python - book - HTML or PDF
- Getting Started on Natural Language Processing with Python - 16 page PDF
- Dive Into NLTK
- eBooks
- PyCon 2016 - Stats for Hackers by Jake VanderPlas - Slides
- Alan Downey - PyCon versions
- Stats - what do we need to know?
- 4 Demos
- Natural Language Processing With Python and NLTK p.1 Tokenizing words and Sentences - YouTube
- Elements of Statistical Learning
- Introduction to Statistical Learning
- NLP by Peter Norvig
- Universal Dependencies