Description:
To perform sentiment analysis on product reviews, we must provide the link to the reviews page of the product to the application.
For example:
Product Review Link:
https://www.amazon.com/product-reviews/B013WC0P2A/ref=cm_cr_arp_d_viewopt_sr?ie=UTF8&filterByStar=all_stars&reviewerType=all_reviews&pageNumber=1#reviews-filter-bar
Instead of manually navigating to the reviews page of the product, we would like to directly provide the product link instead.
The reviews can somehow be retrieved by using the Amazon Serial Number (ASN) in the product link.
Product Link:
https://www.amazon.com/VicTsing-Wireless-Portable-Receiver-Adjustable/dp/B013WC0P2A?pd_rd_w=9ZKw5&pf_rd_p=c638e3d4-046b-4753-9e53-3752c2d7f6a7&pf_rd_r=DM788J7AD36KTC68MFHH&pd_rd_r=f62b2234-fe33-457f-b904-d98e2cb72d25&pd_rd_wg=fVg6G
Here the ASN is B013WC0P2A
The application needs a feature update where we can pass the product link directly instead of the product reviews link.
Files Involved:
sentimental_analysis/realworld/views.py
Hint: Check the productanalyis method.
Description:
To perform sentiment analysis on product reviews, we must provide the link to the reviews page of the product to the application.
For example:
Product Review Link:
https://www.amazon.com/product-reviews/B013WC0P2A/ref=cm_cr_arp_d_viewopt_sr?ie=UTF8&filterByStar=all_stars&reviewerType=all_reviews&pageNumber=1#reviews-filter-bar
Instead of manually navigating to the reviews page of the product, we would like to directly provide the product link instead.
The reviews can somehow be retrieved by using the Amazon Serial Number (ASN) in the product link.
Product Link:
https://www.amazon.com/VicTsing-Wireless-Portable-Receiver-Adjustable/dp/B013WC0P2A?pd_rd_w=9ZKw5&pf_rd_p=c638e3d4-046b-4753-9e53-3752c2d7f6a7&pf_rd_r=DM788J7AD36KTC68MFHH&pd_rd_r=f62b2234-fe33-457f-b904-d98e2cb72d25&pd_rd_wg=fVg6G
Here the ASN is B013WC0P2A
The application needs a feature update where we can pass the product link directly instead of the product reviews link.
Files Involved:
sentimental_analysis/realworld/views.py
Hint: Check the productanalyis method.