Designing and developing Boolean Information Retrieval System in python to return those documents from corpus which satisfies Boolean Queries using preprocessing steps like stopwords removal, stemming, wildcard query handling using permuterm index and spelling/phrase correction using edit distance method.
How to Run the code:
step 1: open the .ipynb file locally on your jupyter notebook. step 2: can the path of stopword.txt and corpus accorking to your system (if they are not in the same folder as the .ipynb file) step 3: Run the code using kernal > restart and run all step 4: Enter the input(query) as and whereas asked by the code.