Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 374 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 374 Bytes

search-engine-components

Implementation of Indexer and Query Processor

It's a simple project but the paths to improvement are many and that's what makes it exciting!

The web crawler is what I'll implement next. For now, I'm using this corpus: https://www.kaggle.com/datasets/rodrygo/entities

This started as a Programming Assignment for my Information Retrieval class.