sentiment_classifier is a Python module that provides sentiment classification using Word Sense Disambiguation and Senti Word Net.
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
Product's homepage
Requirements:
· Python
· NLTK
· NumPy
· SentiWordNet
What's New in This Release: [ read full changelog ]
· No additional data required trained data is loaded automatically. Much faster/Optimized than previous versions.