Implementation of a search engine using a vector space model.
-
Updated
Apr 5, 2021 - Python
Implementation of a search engine using a vector space model.
This repository contains the source code to obtain the matching words between a topic (query) and a document. The matching words are computed by taking into account also stopwords removal, stemming and lemmatization. The matching words are ranked by tf-idf scores.
Add a description, image, and links to the query-matching topic page so that developers can more easily learn about it.
To associate your repository with the query-matching topic, visit your repo's landing page and select "manage topics."