Skip to content

cbrumm/BuildYourOwnSearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A bunch of code for doing my own little search engine experiments.

Heavily inspired by chapter 4 of the excellent 'Programming Collective
Intelligence' by Toby Segaran (O'Reilly).

This example uses open source software to get the job done:

(1) BeautifulSoup to do the dirtly html parsing.
http://www.crummy.com/software/BeautifulSoup/
(2) Pysqlite for storing the index in a relational database on disk.
http://code.google.com/p/pysqlite/

Christian Brumm / www.dareios.com

About

Some python code to play around with a little web search engine: Crawler, Index and Ranking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages