An Information Retrieval (IR) system built in Python that implements both Boolean/Proximity-based search and Vector Space Model (VSM) retrieval. It explores core concepts in search algorithms, text preprocessing, and relevance evaluation.
information-retrieval vector-space-model inverted-index tokenization stemming proximity-search stopwords-removal positional-indexing boolean-search-engine
- Updated
Aug 13, 2025 - Jupyter Notebook