Document Search Engine Tool
-
Updated
Dec 8, 2022 - Python
Document Search Engine Tool
Simple distributed search application using goroutines & channels
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.
A C++ implementation of Reversed-index search engine and BM25 ranking function.
A mini, toy, full-text search engine built with go for learning purposes
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.
Add a description, image, and links to the reverse-index topic page so that developers can more easily learn about it.
To associate your repository with the reverse-index topic, visit your repo's landing page and select "manage topics."