Skip to content

A command-line search engine that uses tf-idf scores to determine what pages are most relevant for user's search.

License

Notifications You must be signed in to change notification settings

RodneyMcQuain/Search-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Search-Engine

This command-line program:

  1. Crawls web pages given in a .txt file
  2. Indexes those crawled web pages
  3. Allows users to add terms to search for
  4. Displays the top 3 most relevant pages based on the search terms, according to their tf-idf score

Search Engine Program Demo

About

A command-line search engine that uses tf-idf scores to determine what pages are most relevant for user's search.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published