You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a C++ command-line search engine implementing an inverted index for efficient keyword-based retrieval across multiple text files. Supports multi-keyword search, frequency-based ranking, and case-insensitive processing. Demonstrates core information retrieval concepts including indexing, tokenization, and document scoring.