This repo consists of all the assignments, projects, tasks of Information Retrieval course of FAST NUCES Spring 2023.
-
Updated
May 14, 2023 - Python
This repo consists of all the assignments, projects, tasks of Information Retrieval course of FAST NUCES Spring 2023.
A versatile information retrieval tool implementing a Boolean retrieval model and Vector Space model. Perform precise phrase queries, rank documents by similarity scores between the documents and the query, and gain insights from processed text data collection
Assignment 1 of Information Retrieval Course
Information Retrieval is the process of accessing relevant information from data sources using techniques like indexing and ranking. It is crucial for search engines, databases, and digital libraries for efficient information access.
This Boolean Retrieval System provides a simple yet powerful way to search through a collection of documents using Boolean search queries.
Add a description, image, and links to the boolean-retrieval-model topic page so that developers can more easily learn about it.
To associate your repository with the boolean-retrieval-model topic, visit your repo's landing page and select "manage topics."