Modern Information Retrieval (IR) System Design for R & B
project
Feb 2022
Designed and implemented a complete BM25-based search engine, including stopword removal, stemming and indexing.
Evaluated the algorithm using Precision, Recall, F1, P@10, R-precision, MAP, b-pref and NDCG.
- Python
- BM25
- TF-IDF
- Learn to Rank (LTR)