This is a tutorial on machine learning techniques using NLTK in Python. It is based on Python 3.6 and NLTK.
You can see the example code in NLTK.ipynb
To run the code locally, you need to have ipython and jupyter notebook. You'll also need the following python packages.
- nltk
- scikit-learn
- numpy
Once you have tools installed, clone this repository. To open up the tutorial notebook, run jupyter from command line.
jupyter notebook path/to/NLTK.ipynb
this will open the notebook on your web browser.