reverse-index
There are 7 repositories under reverse-index topic.
Sarthakjain1206/Intelligent_Document_Finder
Document Search Engine Tool
last-ent/goophr
Simple distributed search application using goroutines & channels
pedrobiqua/Search_Engine
Search Engine is a project that implements a basic search engine using Wikipedia pages. The core functionality is developed in C++, with additional components in Python and Cython. It builds a reverse index and uses the PageRank algorithm to rank pages, providing efficient search results based on keyword relevance and page importance.
chiendo97/inverted_index
A C++ implementation of Reversed-index search engine and BM25 ranking function.
YaroslavGaponov/si
Search Index
haideralsh/go-fts
A mini, toy, full-text search engine built with go for learning purposes
Balcus/ItRadar
ItRadar is a search engine designed to scrape IT blogs and retrieve the most relevant links based on user queries. It leverages advanced ranking algorithms and indexing techniques to provide precise and efficient search results.