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
BianchTech/Search_Engine
Search Engine is a project that implements a basic search engine using C++, Python, and Cython. It builds a reverse index and ranks pages with the PageRank algorithm 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
Balcus/ItRadar
Search Engine written in Python
haideralsh/go-fts
A mini, toy, full-text search engine built with go for learning purposes