Skip to content

kqdtran/nltk-cheatsheet

Repository files navigation

Notes From The NLTK Book (https://nltk.org/book/)

Original Author: Juliana Nazaré - May 2013 - Artificial Intelligence Class
Modified by Khoa Tran

This is a work-in-progress

Install Python and NLTK

  • Install Setuptools: https://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 python then type import nltk into the REPL

More information (sample code and notes) can be found under each directory.

Chapter 4 covers basic Python and is currently skipped.

About

Notes from Python's NLTK book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages