used python 2.7 compatible with python 2.X
- nltk
- textmining
- unicodecsv
First install virtualenv globally.
# Set up virtual environment
virtualenv env
# Activate environment
source env/bin/activate
# Install requirements
pip install -r requirements.txt
Downloading resources is required for using e.g. stopwords. Follow the instructions of the download package. The input for downloading stopwords is below.
>>> import nltk
>>> nltk.download()
>>> d
>>> stopwords
>>> q
used Matlab R2014b