Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 468 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 468 Bytes

SearchEngine

A console based web search engine developed in Java.

The main features incorporated -

  1. Web Crawler
  2. Database Integration for Latency Optimization
  3. HTML to Text Conversion using JSoup
  4. Pattern Matching using TST
  5. Page Ranking based on frequency of words.

Youtube link for project presentation : https://youtu.be/ay8AbujN1W8

image