Mini project for Advanced Information Retrieval Course under Prof. Bagher BabaAli.
🎯 Objective
Build IR system with ranking using LM, Probabilistic, and Vector space models
⚙️ Tools & Technologies
Python 3, NLTK, Matplotlib, heapq, NumPy
📊 Results & Reflection
Implemented Okapi BM25 for document ranking
Learned IR models and evaluation metrics