Build Your Own Search Engine
Andri Mirzal
Broschiertes Buch

Build Your Own Search Engine

Python Programming Series

Versandkostenfrei!
Versandfertig in 6-10 Tagen
32,99 €
inkl. MwSt.
PAYBACK Punkte
16 °P sammeln!
Web search engine is a data mining tool designed for collecting information from the World Wide Web and for displaying the relevant information according to user queries. Usually users can use popular search engines like Google, Bing, Yahoo, or Facebook to find the information. However, there are many occasions that we want to implement our own search engine, e.g., (1) we need a built-in search function in our website, and (2) we want to sell space for advertisements in pages that displayed when specific keywords are entered. This book is written to provide search engine software that can serv...