bsharathramesh / SE_Project1

Software Engineering Project 1 - Sentiment Analysis of Product Reviews, PDF Text to gain more insight about the user's perspective on the a topic, document, review etc..
MIT License
2 stars 27 forks source link

Web Scraper Tool #1

Closed bsharathramesh closed 4 years ago

bsharathramesh commented 4 years ago

Create a Framework to grep all the comments in amazon product link.

Input File:

URL text file which contains the URL of the product from which the comments needs to be grepped for sentiment analysis.

Output File:

The output (comments) needs to be stored in the csv file which can be fed as input to sentimental analysis.

bsharathramesh commented 4 years ago

Code has been checked into the master branch.