Information Retrieval: Inverted Index and Search Engines
VerifiedAdded on 2021/05/31
|13
|1074
|26
Project
AI Summary
This project focuses on information retrieval, specifically the creation and application of an inverted index. The assignment begins by constructing an inverted index from three sample documents, including steps for stop word removal, Porter stemming, and token normalization. The solution details the merging and sorting of tokens, frequency calculation, and the creation of a dictionary and posting file. The project then tests the inverted index using boolean and vector queries, providing results for each. Furthermore, the assignment evaluates search engines (Google and Bing) based on precision and recall, using specific search queries related to product pricing and software manuals. The evaluation includes search results and a comparative analysis of the two search engines, supported by graphical representations and a final bibliography.
1 out of 13