/Information-Retrieval-System-for-Queries

Info Retrieval System based on Boolean and Vector Space Model

Primary LanguageC++

Information-Retrieval-System-for-Queries

Info Retrieval System to perform a toy-scale performance evaluation of Boolean and Vector-space models and return the most relevant documents for input queries.

Project details

  • Boolean model : src/boolsearch.cpp
  • Vector Space model : src/vecsearch.cpp

Usage

Description given in the Assignment problem statement.