query-matching
There are 2 repositories under query-matching topic.
Kaushalmam/Search-engine
Implementation of a search engine using a vector space model.
giachell/query-doc-matcher
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.