Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 307 Bytes

File metadata and controls

5 lines (5 loc) · 307 Bytes

Search-Engine

Built a Python-based Search Engine. Used Inverted Index to store Term-Document information. Saved this data as Segments using Hashing for efficient lookup time.
Applied BM25 Ranking Algorithm to score the Search Results.
Deployed this Search Engine using Flask.