Skip to content

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

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages