This is a repository for the development of an IR system to search for books from the database provided here.
This file contains the CSV description of the books we are using for the search system.
This file creates .obj file after processing the csv data from database.csv file after tokenizing, stemming, lemmatizing it. It also creates the posting lists for the titles and the inverted index as well.
This file contains the code for the term-frequency and invers-document-frequency of the inverted indexed file to rank the files.
This file contains the code for the query processing. Also it is responsible for presenting the top 10 results of the search.
This file contains the code for the deployment and start of the IR system on web.
Contains the front end code for the site.