Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 451 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 451 Bytes

Torchic: The Search Engine

This project was created for Google's CodeU event. It works as a typical search engine. The whole project is made up by three parts:

  • Backend (Crawler)
  • Frontend (Ranking)
  • Web

The Crawler is written in Go. It follows most standards for crawlers.

The Ranking algorithms we used is BM25.