Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 818 Bytes

File metadata and controls

15 lines (13 loc) · 818 Bytes

###Libraries used for the Capstone Project:

  1. Scikit-learn 0.18.1: pip install --user --upgrade sklearn
  2. Gensim 2.1.0: pip install --user --upgrade gensim
  3. Textmining 1.0: pip install --user --upgrade textmining
  4. Grammar Check 1.3.1 : 1. pip install --upgrade 3to2 2. pip install --user --upgrade grammar-check
  5. Matplotlib 2.0.0: pip install --user --upgrade matplotlib
  6. 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)