Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 310 Bytes

File metadata and controls

6 lines (4 loc) · 310 Bytes

InvertedIndex

Basic inverted index made for an Information Retrieval assignment. Currently hardcoded for specific set of files, but will be made dynamic.

Python3 used.

Run the Sorter.py to store/update your dict.json file, and then Query.py to run basic queries, to search from the inverted index created.