Notes From The NLTK Book (http://nltk.org/book/)
Original Author: Juliana Nazaré - May 2013 - Artificial Intelligence Class
Modified by Khoa Tran
This is a work-in-progress
- Install Setuptools: http://pypi.python.org/pypi/setuptools
- Install Pip: run
sudo easy_install pip - Install Numpy and Matplotlib (optional - for graphical purpose): run
sudo pip install -U numpy,sudo apt-get install python-matplotlib - Install PyYAML and NLTK: run
sudo pip install -U pyyaml nltk - Test installation: run
pythonthen typeimport nltkinto the REPL
More information (sample code and notes) can be found under each directory.
Chapter 4 covers basic Python and is currently skipped.