format readme

This commit is contained in:
bitJoy
2017-04-15 10:45:08 +08:00
parent f86c8a973c
commit 69c5e7bfbe
+4 -4
View File
@@ -1,7 +1,7 @@
#新闻搜索引擎 # 新闻搜索引擎
<img src="./news_search_engine3.png" width = "650" align=center /> <img src="./news_search_engine3.png" width = "650" align=center />
#使用方法 # 使用方法
1. 安装python 3.4+环境 1. 安装python 3.4+环境
2. 安装lxml html解析器,命令为easy_install lxml 2. 安装lxml html解析器,命令为easy_install lxml
3. 安装jieba分词组件,命令为easy_install jieba 3. 安装jieba分词组件,命令为easy_install jieba
@@ -11,7 +11,7 @@
如果想抓取最新新闻数据并构建索引,一键运行`./code/setup.py`,再按上面的方法测试。 如果想抓取最新新闻数据并构建索引,一键运行`./code/setup.py`,再按上面的方法测试。
#项目介绍 # 项目介绍
1. [和我一起构建搜索引擎(一)简介](http://bitjoy.net/2016/01/04/introduction-to-building-a-search-engine-1/) 1. [和我一起构建搜索引擎(一)简介](http://bitjoy.net/2016/01/04/introduction-to-building-a-search-engine-1/)
2. [和我一起构建搜索引擎(二)网络爬虫](http://bitjoy.net/2016/01/04/introduction-to-building-a-search-engine-2/) 2. [和我一起构建搜索引擎(二)网络爬虫](http://bitjoy.net/2016/01/04/introduction-to-building-a-search-engine-2/)
3. [和我一起构建搜索引擎(三)构建索引](http://bitjoy.net/2016/01/07/introduction-to-building-a-search-engine-3/) 3. [和我一起构建搜索引擎(三)构建索引](http://bitjoy.net/2016/01/07/introduction-to-building-a-search-engine-3/)
@@ -20,7 +20,7 @@
6. [和我一起构建搜索引擎(六)系统展示](http://bitjoy.net/2016/01/09/introduction-to-building-a-search-engine-6/) 6. [和我一起构建搜索引擎(六)系统展示](http://bitjoy.net/2016/01/09/introduction-to-building-a-search-engine-6/)
7. [和我一起构建搜索引擎(七)总结展望](http://bitjoy.net/2016/01/09/introduction-to-building-a-search-engine-7/) 7. [和我一起构建搜索引擎(七)总结展望](http://bitjoy.net/2016/01/09/introduction-to-building-a-search-engine-7/)
#感谢 # 感谢
* [jieba](https://github.com/fxsjy/jieba) * [jieba](https://github.com/fxsjy/jieba)
* [scikit-learn](https://github.com/scikit-learn/scikit-learn) * [scikit-learn](https://github.com/scikit-learn/scikit-learn)
* [flask](https://github.com/mitsuhiko/flask) * [flask](https://github.com/mitsuhiko/flask)