Skip to content

Project for the course "Java II" Department of Management Science and Technology, Athens University of Economics and Business. Original development contributions of search engine, can be found here https://github.com/giannisal/j0ar

Notifications You must be signed in to change notification settings

stathoula/Search-Engine

Repository files navigation

j0ar

j0ar is a search engine developed for the course "Java II" by a group of students. The course was taught by Diomidis Spinellis at the Department of Management Science and Technology of Athens University of Economics and Business

The main technology is JavaServers Pages (JSP): using Java, MySQL, HTML, CSS. It's responsive (mobile, tablets and computers) - based on Bootstrap

Features:

Features developed in j0ar search engine

  • Simple search (Multiple words)
  • Search with stemming (One Word)
  • Search autocomplete
  • Lucky button
  • Trending searches

Page Rank

Creating a simple algorithm to rank the parsed web pages

  • Number of existed words
  • Number of keywords
  • Frequency of words in the page

Parsing

Parsing data from web pages. Web pages urls found from a database created by another team (Crawlers)

  • Page title
  • Page description
  • Page keywords
  • Page words and frequency (Rejecting Stop Words, Removing Tags)

About

Project for the course "Java II" Department of Management Science and Technology, Athens University of Economics and Business. Original development contributions of search engine, can be found here https://github.com/giannisal/j0ar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages