Skip to content

This is the repo for the Information Retrieval project by Michaël Adriaensen and Ken Bauwens

Notifications You must be signed in to change notification settings

michael5555/InformationRetrieval

Repository files navigation

InformationRetrieval

This is the repo for the Information Retrieval project by Michaël Adriaensen and Ken Bauwens.

Usage

first we need to index with this command:
python3 index.py gutenbergtxtdir
Here gutenbergtxtdir needs to be a directory with txt files of the Gutenberg dataset:
Then run the querier:
python3 searchEngine.py

Evaluation

To run the evaluation metrics we used, run this command after indexing:
python3 Evaluate.py

Github Repository ( with some unnecessary stuff)

https://github.com/michael5555/InformationRetrieval.git

About

This is the repo for the Information Retrieval project by Michaël Adriaensen and Ken Bauwens

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published