This project implements a search engine for Afaan Oromo sport news using Python and vector space model (VSM). It collects a corpus from major news sites, applies tokenization, stop-word removal, and tf-idf weighting, then ranks documents by relevance to user queries for improved information retrieval. 2022g
A search engine for textfiles. Made on a plane flight.