Skip to content

nishankjain/cs-546-applied-information-retrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indexing, Querying, Inference and other stuff

Dependencies

There are no dependencies to be downloaded, all libraries used are bundled in Python

Build

To build and store the index on disk, please run the following commands:

  • For uncompressed index
python run_indexer.py --compressed 0
  • For compressed index
python run_indexer.py --compressed 1

Evaluation

To run the evaluation and timing experiments, please run the following commands:

  • For only uncompressed index
python evaluation.py --compressed 0 --uncompressed 1
  • For only compressed index
python evaluation.py --compressed 1 --uncompressed 0
  • For both
python evaluation.py --compressed 1 --uncompressed 1
OR
python evaluation.py

If running on Linux / MacOS, you may have to replace python with python3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages