Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 296 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 296 Bytes

simple-search-system

What is it

This is a simple implementation of a search system that can read and sort .txt documents by their relevance.

It uses the TF-IDF formula to determine relevance for each document and give the sorted result.

I wrote that code during my CPP learning course.