Skip to content

For a particular query, a collection of URL are ranked.

Notifications You must be signed in to change notification settings

Vishal1999-33/Ranking-of-URL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

About

The main motive of this project was to build a search engine, which on the basis of the collection of URLs it has, ranks them for a particular query which the user inputs. The webpage is downloaded, is preprocessed via various tools like BeautifulSoup, Removal of Stopwords, Tokenization, PorterStemmer, extraction of bag of words and then is ranked based on the score obtained with the help of tf-idf model i.e. Term frequency-inverse document frequency model.