GitHub / buyan-kh / mini_searchengine
This project is a Python-based mini search engine that crawls web pages, indexes the content, and provides search functionalities based on keyword proximity and frequency. It leverages various data structures such as hash tables and min-heaps to efficiently manage and retrieve data.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buyan-kh%2Fmini_searchengine
PURL: pkg:github/buyan-kh/mini_searchengine
Stars: 1
Forks: 0
Open issues: 0
License: mit
Language: Python
Size: 7.81 KB
Dependencies parsed at: Pending
Created at: over 1 year ago
Updated at: 10 months ago
Pushed at: about 1 year ago
Last synced at: 8 months ago
Topics: crawler, hashtable, minheap, search-algorithm, search-engine