Skip to content

Abilityguy/Postings-List-and-Inverted-Index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Engine using TF-IDF, Word Embeddings and Boolean Retrieval

The following project compares different approaches for information retrieval. We use a postings list and inverted index, and compare various methods like TF-IDF, Word Embeddings and Boolean retrieval, with commercial search engines like ElasticSearch and Apache Solr, in terms of performance metrics precision, recall, F1-Score and accuracy,and timing.

Steps to run the project

  1. Open terminal, and run $git clone https:/Abilityguy/Postings-List-and-Inverted-Index
  2. Run $cd Postings-List-and-Inverted-Index
  3. run $python3 search_engine_and_performance_metrics.py
  4. Go to http://127.0.0.1:5000 on your browser. Enter any query and choose any model and click on search to view the result.
  5. Go to http://127.0.0.1:5000/api/v1/performance_metrics on your browser to view comparison of performance metrics between different models.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •