Skip to content

hunain-saeed/Boolean-Model-Information-Retrieval-Backend

Repository files navigation

Boolean Model of IR

This project was built as a part of the Information Retrieval Course. The task involved implement a Boolean Model by creating a posting list of all the terms (words) present in the documents.

Implementation

Preprocessed the text from the documents in term of tokenization in which case folding, stop-words removal, and stemming is done. Then Inverted and Positional Index are created.

Frontend developed on React, Material-UI, and CSS. Boolean-Model-IR-Frontend
Backend is developed on Flask.