Summary: Web Search Engine with a GUI User Interface capable of searching through a text file of a pre-crawled website/s, returning relevant queries, ranking them and displaying the URL's to the user. Handle's 'AND' and 'OR' search queries
Technologies Used: Coded in Java. JavaFX used for the GUI. tf-idf algorithm used for ranking the websites.
Status: Complete
To Do: Add a Crawler. Add a way to check for similair words if no results found. Add functionality for multiple 'OR' searches to be made.
To Run: Run GUI class.