Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Develop a tool to search for Amazon reviews that are stored in a set of files (100 files). Please follow the following steps in the

Develop a tool to search for Amazon reviews that are stored in a set of files (100 files). Please follow the following steps in the development process.Read each file containing a single review for a single product.Insert distinct words to an inverted index. Use an appropriate data structure for both Dictionary and Postings listsDO NOT stem your words. Come and comes become two entries in the index to keep the assignment simple.Document must have the exact match to retrieve the document as a true positive.Use the STOP words given in the stop_words.txt file and do not index the stop words found in any of the user reviews.You can implement the system as a GUI or console application.Please refer to https://www.rhymezone.com/shakespeare/ which is a system that we need to replicate.Files.zip contains 100 amazon reviews.Stop_words.txt contains stop words of English language Functionality:Users must be able to provide a search term (single) and should be able to retrieve list of file names (ID) that contains the word that the user entered.BONUS (2 points): User must be able to enter two words and the system must retrieve all the documents that both words appear in it.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Design Operation And Evaluation Of Mobile Communications

Authors: Gavriel Salvendy ,June Wei

1st Edition

3030770249, 978-3030770242

More Books

Students also viewed these Programming questions