This program crawls web pages given in a .txt file and indexes them. Then the user can add terms to search for and the top 3 most relevant pages are displayed, according to their tf-idf (https://en.wikipedia.org/wiki/Tf%E2%80%93idf) score.
This program crawls web pages given in a .txt file and indexes them. Then the user can add terms to search for and the top 3 most relevant pages are displayed, according to their tf-idf (https://en.wikipedia.org/wiki/Tf%E2%80%93idf) score.