/simple-search-system

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

Primary LanguageC++

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.