Skip to content

sentiment analysis of movie and product reviews using SentiWordNet and NLTK

Notifications You must be signed in to change notification settings

siddharthvaria/Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

source code for sentiment analysis of product/movie reviews using SentiWordNet and NLTK.

SentiWordNet is available at http://sentiwordnet.isti.cnr.it/ NLTK is available at http://nltk.org/

The approach is based on part of speech tagging and extraction of useful bigram and trigram patterns containing adjectives and adverbs. Implemented HMM tagger using tagged corpus (available as part of NLTK) and Viterbi decoding algorithm.

About

sentiment analysis of movie and product reviews using SentiWordNet and NLTK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages