Metadata-Version: 2.1
Name: cleverchuk-search-engine
Version: 0.0.1
Summary: simple extensible search engine backend
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# IR-CIS-536
This repository contains code  for information retrieval course CIS-536

# How To Run
- get dataset from [here](https://drive.google.com/file/d/1oYBWxEwSvaBOB6zIhwRKBxuVoJElLi3B/view?usp=sharing)
- ensure you have python 3.10+ installed.
- execute `pip install -r requirements.txt` to get the required dependencies.
- execute `python indexing.py` to create the inverted index. This will take ~15 minutes so go do other stuff.
    - nltk might ask you to download some stuff for the stemmer so just follow the instructions.
- execute `python main.py` to interact with the gui and enter queries.
