anas-farooq8/Keyword-Based-Large-Scale-Document-Search
Efficient keyword-based document search engine in C++. Extracts words from documents, calculates term frequency and inverse document frequency, and ranks documents by relevance using TF-IDF. Outputs top results to screen and file. Performance optimized for large data sets.
C++
No issues in this repository yet.