Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 602 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 602 Bytes

BooleanRetrievalModel

Information Retrieval (IR): Boolean Retrieval Model

There are two separate model namely:

1- GUI-BooleanModel(INVERTED-INDEX).ipynb: Can only retrieve single and multi-term Boolean queries i.e. with and, or and not
2- GUI-BooleanModel(Positional-INDEX).ipynb: Can only retrieve positional queries (a b /1)

Both indexes i.e. positional and inverted index are saved separately in files pos.csv and dict.csv respectively in indexes folder.

Run GUI-BooleanModel(INVERTED-INDEX).ipynb for Boolean Queries and GUI-BooleanModel(Positional-INDEX).ipynb for Positional Queries.