Skip to content

MM-Nazari/Information-Retrieval-Final-Project

Repository files navigation

Information Retrieval Project

Table of Contents

Project Description

Phase01

For a detailed Project description, please refer to the Phase01 Description PDF.

Part01: Pre Processing

The Implemented Code is in Part01 Code.
The Report for this part is provided in Part01 Report

Part02: Positional Index

The Implemented Code is in Part02 Code.
The Report for this part is provided in Part02 Report

Part03: Query

The Implemented Code is in Part03 Code.
The Report for this part is provided in Part03 Report

Phase02

For a detailed Project description, please refer to the Phase02 Description PDF.
The Implemented Code is provided in the Phase02 Code.
The Report is provided in the Phase02 Report.

Dependencies

This project uses the following libraries:

IDE

This project is developed using Pycharm.

Installation

Step-by-step instructions on how to get the development environment running:

Steps

  1. Clone repository to your local system.
  2. Launch PyCharm.
  3. Click on File > Open.
  4. Navigate to the folder where you cloned the repository and select the project folder.
  5. Click the Run button Run Image to start the project.