Skip to content

cagric0/CMPE493-Term-Project

 
 

Repository files navigation

CMPE 493: Introduction to Information Retrieval Fall 2020

README for Term Project

Introduction:

This project has been given to us to understand and apply all possible information retrieval algorithms to create a CoViD-19 related search engine based on the TREC CoViD-19 dataset.

How To Run:

To run the program, CLI is needed and many external library have been utilized.

Version & Platform: 3.8.6 (64-bit)

- Put the unzipped dataset folder and metadata.csv separately in here.

- After then, run the script to initialize and download necessary libraries:

./entry.sh

This should set your environment to be compatible with our application.

- After that, type the below to run the application:

python3 evaluation.py

- Randomization Test Tool: To run it, type the below:

All results file should be in the tra/ folder within this current directory

Example results file is in the tra/ folder.

- P.S. : <prefix_of_the_result_file> ==> e.g. tf_idf_results.txt -> tf_idf

python3 randomization.py <prefix_of_the_first_result_file> <prefix_of_the_second_result_file>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Shell 0.9%