anjalysam / Toy_Search_Engine

For a given string, search results should return the top 3 most relevant documents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toy_Search_Engine

create a toy search engine using Python. Use 20newsgroups dataset available at http://qwone.com/~jason/20Newsgroups.

Required feature: For a given string, search results should return the top 3 most relevant documents. It should also highlight the part of the document where the search string occurs. Use your imagination to modify and add more advanced functionalities.

About

For a given string, search results should return the top 3 most relevant documents.


Languages

Language:Jupyter Notebook 100.0%