Simple Search Engine created for the Functional Programming course at FEI STU.
The main objective of this project is to create a small Search Engine for a collection of Brazilian Websites.
-
- Download
data.json
( First 3000 Web Pages from the HTML BR Collection Dataset ) from Google Drive, and place it in thedata
sub-folder in the Project root folder.
- Download
-
- Follow the instructions on the GHCup Website.
Navigate to the Project folder in your favorite Terminal, and enter the following command:
./FP_Project.sh
.\FP_Project.ps1
Once the program is running enter the search queries to the Terminal. To exit the program enter exit()
.
- Implement Command Line Interface for Linux and Windows
- Implement HTML Parser
- Implement Page Rank
- Implement Reverse Index
- Implement Search Functionality
Distributed under the BSD-3-Clause License. See LICENSE for more information.
- Ladislav Rajcsányi - Raychani1 - [email protected]
- Enikő Villantová - enivill
- Patrik Gúgh - gughpatrik619
- Jana Vlčková- xvlckova