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 26 forks source link

Installing the scrapy framework and generation of required files. #11

Closed bsharathramesh closed 3 years ago

bsharathramesh commented 3 years ago

11

Installation scrapy framework. Adding and merging the code amazon_review.py. Xpath addition to the amazon_review.py file to grep the comment from the amazon product page. The output of the function are comments and reviews in json format. Performed unit and functional testing on scrapy code.