Skip to main content

Sentiment Classification using Word Sense Disambiguation, Senti Word Net and word occurance statistics using movie review corpus

Project description

Sentiment Classification using WSD

Overview

Sentiment Classifier using Word Sense Disambiguation using wordnet and word occurance statistics from movie review corpus nltk. Classifies into positive and negative categories.

Online Demo

http://www.jaist.ac.jp/~s1010205/sentiment_classifier/

Requirements

How to Install

Shell command

python setup.py install

Documentation

http://readthedocs.org/docs/sentiment_classifier/en/latest/

How to Use

Script Usage

Shell Commands:

senti_classifier -p path_to/SentiWordNet_3.0.0_20100908.txt
Success, Pickled Sentiwordnet to -->  SentiWn.p
senti_classifier -c reviews.txt

Python Usage

Shell Commands

cd sentiment_classifier/src/senti_classifier/
python senti_classifier.py -p path_to/SentiWordNet_3.0.0_20100908.txt
python senti_classifier.py -c reviews.txt

History

  • 0.4 Added Bag of Words as a Feature as occurance statistics

  • 0.3 Sentiment Classifier First app, Using WSD module

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sentiment_classifier-0.4.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

sentiment_classifier-0.4-py2.6.egg (15.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page