The objective of this program is to understand how different indexes work in retrieving different query from a collection
A Boolean Retrieval Model consisting of Inverted Index And Positional Index
NOTE: You must have python pre-installed in your system
- Clone this project on your local repository
git clone <repository link>
- Install virtual environment in your system
pip3 install virtualenv
- Create virtual environment
virtualenv env
- Activate your virtual environment
source env/bin/activate
- Install the required packages
pip3 install flask, numpy, nltk
- Execute the following command to run the program
python3 app.py
- Python
- Flask
- NLTK
- HTML
- CSS
- Bootstrap
- Visual Studio Code