Skip to content

X455u/SNLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNLP

Python

used python 2.7 compatible with python 2.X

Packages

  • nltk
  • textmining
  • unicodecsv

Package installation

First install virtualenv globally.

# Set up virtual environment
virtualenv env
# Activate environment
source env/bin/activate
# Install requirements
pip install -r requirements.txt

NLTK resource download

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

Matlab

used Matlab R2014b

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published