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.

Requirements

How to Install

Shell command:

python setup.py install

Documentation

http://packages.python.org/sentiment_classifier/:

sentiment_classifier/src/senti_classifier/documentation.html

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

To-Do

Classify using option neutral as custom heuristics.

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.3.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distributions

sentiment_classifier-0.3.linux-i686.tar.gz (7.8 kB view hashes)

Uploaded Source

sentiment_classifier-0.3-py2.6.egg (12.3 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