From 69c5e7bfbe2375d44053cb25cd5495719323feb6 Mon Sep 17 00:00:00 2001 From: bitJoy Date: Sat, 15 Apr 2017 10:45:08 +0800 Subject: [PATCH] format readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a2fe90e..47ae458 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -#新闻搜索引擎 +# 新闻搜索引擎 -#使用方法 +# 使用方法 1. 安装python 3.4+环境 2. 安装lxml html解析器,命令为easy_install lxml 3. 安装jieba分词组件,命令为easy_install jieba @@ -11,7 +11,7 @@ 如果想抓取最新新闻数据并构建索引,一键运行`./code/setup.py`,再按上面的方法测试。 -#项目介绍 +# 项目介绍 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/) 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/) 7. [和我一起构建搜索引擎(七)总结展望](http://bitjoy.net/2016/01/09/introduction-to-building-a-search-engine-7/) -#感谢 +# 感谢 * [jieba](https://github.com/fxsjy/jieba) * [scikit-learn](https://github.com/scikit-learn/scikit-learn) * [flask](https://github.com/mitsuhiko/flask) \ No newline at end of file