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.
- Boolean model : src/boolsearch.cpp
- Vector Space model : src/vecsearch.cpp
Description given in the Assignment problem statement.