Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.13 KB

File metadata and controls

12 lines (8 loc) · 1.13 KB

Search Engine with Sentiment analysis

Search engine using Whoosh library for opinions from various data sources, such as product reviews, movie reviews, service reviews, forums, and blogs. It will allow users to formulate requests using a customized query language to obtain relevant and sorted results based on the content and opinions expressed in the text items. The integrated search engine for opinions enables users to search within the comment section using a customized query language. For instance, a user might search for comments mentioning specific features of a smartphone or comparisons between different laptops. This feature allows users to quickly find information they are looking for without having to scroll through the entire comment thread.

Use case scenario: Personalized Comment Feed, Advanced Comment Search, Efficient Moderation

  1. Machine Learning approach (DistilBERT SST-2)
  2. Dictionary Lexicon based approach