###Libraries used for the Capstone Project:
- Scikit-learn 0.18.1: pip install --user --upgrade sklearn
- Gensim 2.1.0: pip install --user --upgrade gensim
- Textmining 1.0: pip install --user --upgrade textmining
- Grammar Check 1.3.1 : 1. pip install --upgrade 3to2 2. pip install --user --upgrade grammar-check
- Matplotlib 2.0.0: pip install --user --upgrade matplotlib
- NLTK 3.2.2: pip install --user --upgrade nltk
NOTE You need to download all the NLTK's data first inorder to use its packages, to do so type following commands in python (referece: http://www.nltk.org/data.html)
import nltk
nltk.download()
- You also need Java installed on your machine to run NLTK. Java installation steps for Ubuntu 16.04 : (http://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linux)