Skip to content

Project on Sentiment Analysis which makes good use of available python libraries.

Notifications You must be signed in to change notification settings

karan-khanna/Opinion-Miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Opinion-Miner

Project on Sentiment Analysis which makes good use of available python libraries.

The focus of the project is to retrieve and analyse the reviews of any product obtained from popular online shopping portals like amazon.com or snapdeal.com. In order to achieve this, we must satisfy the following requirements which are given along with the solutions employed. :

I. Setting up of our own server – Python Flask

II. Get the required html page – HTTP request

III. Parse the received html page and extract review – Beautiful Soup

IV. Tokenizing each review – NLTK Punkt Tokenizer

V. Parts of Speech tagging – NLTK

VI. Sentiment analysis and Polarity determination - VaderSentiment

Hence, it can be seen that the project has completely been implemented in python so as to make good use of its available libraries and 3rd party modules. P.S : It is not a research project.

About

Project on Sentiment Analysis which makes good use of available python libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published