This goal of this repository is to provide resources to learn and practice NLP.
This is a summarized version of tutorial by Harrison Kinsley on Natural Language Processing. I think this tutorial is good to start learning NLP. I will update these files occasionally by adding more example codes.
You will also need to have software installed to run and execute an iPython Notebook
We recommend installing Anaconda, a pre-packaged Python distribution that contains most of the necessary libraries and software for this project.
The code is provided in the Tutorials folder.
In a terminal or command window, navigate to the top-level project directory Tutorials/ (that contains this README) and run one of the following commands:
ipython notebook {name of notebook file}.ipynbor
jupyter notebook {name of notebook file}.ipynbThis will open the iPython Notebook software and project file in your browser.