Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 295 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 295 Bytes

Document-Ranking using tf-idf

This python script takes query from the user and find the documents which are most relevant to the given query.
Algorithm used: TF-IDF
Dataset: Documents in 'stories' folder.
Original dataset can be found here.