asimokby / product-reviews-summarizer

Extracting most common bigrams from most positive and most negative comments for a product.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product Comment Summarizer

Extracting most commonly occuring bigrams from most positive and most negative comments for a product.

The problem

The company often needs to know what specific topics their customers are talking about, whether this be good or bad. However, going through all comments of the customers is inefficient.

The solution

Find the most common recurring phrases among the good comments and the bad comments and present it. Therefore, a company won’t have to read all customers’ comments.

Our approach

First we created a scraper that extracts all comments from a product's webpage. Then, we used a bigram collocation finder model to find the most commonly recurring bigrams in all the comments that had one star. Then, we did the same with all the comments with five stars. We created a user-friendly GUI that presents all of the results. The GUI is in "comment feedback.py".

What is next?

Bigrams in comments having to do with urgent issues can be found and displayed to the product seller or company. This would allow them to receive instantaneous feedback regarding an urgent issue related to their product or service. Depending on the level of urgency, and automatic emailing or messaging notifier could be set up to alert them as quickly as possible.

Built With

Authors

Ibrahim Tigrek

Asim Okby

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Extracting most common bigrams from most positive and most negative comments for a product.

License:MIT License


Languages

Language:Python 100.0%