您的位置:首页 > 编程语言 > Python开发

Create Your Own Search Engine with Python

2012-03-10 21:31 453 查看
  转自:http://www.zackgrossbart.com/hackito/search-engine-python/

  一个简易搜索引擎结构,支持对固定网站搜索,但是存在一些不足,只是对按搜索关键词,遍历网站的所有页面,并没有对网站抓取、分词、建索引等。

  The ability to search a specific web site for the page you are looking for is a very useful feature. However, searching can be complicated and providing a good search experience can require knowledge of multiple programming languages. This article will demonstrate a simple search engine including a sample application you can run in your own site. This sample application is also a good introduction to the Python programming language.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐