Cl6226-Course assignment
The aim of this project is to create a simple information retrieval system using an inverted index that will perform a simple search through a dataset of documents.
Solution- Refer to the report in: https://www.overleaf.com/read/dfpfcwyjfspq
Source code is developed in ubuntu with python 2.7. PS: Especially, the following library nltk should be installed. Otherwise, pls comment out liguistic model to run.
for running code before optimization, refer to domain/group5 for running code after optimization, refer to domain_afteropt/group5