From d3b39c8eed71f5fed2ee4fd6ba21603d31844a4f Mon Sep 17 00:00:00 2001
From: 01joy <01joy@users.noreply.github.com>
Date: Sun, 10 Jan 2016 00:13:55 +0800
Subject: [PATCH] edit readme file
---
README.md | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index a8f086c..bdf8aa1 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,22 @@
#新闻搜索引擎
-
+
+
#使用方法
1. 安装jieba分词组件,命令为easy_install jieba
2. 安装Flask Web框架,命令为pip install Flask
3. 进入web文件夹,运行main.py文件
4. 打开浏览器,访问http://127.0.0.1:5000/ 输入关键词开始测试
+
+#项目介绍
+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/)
+4. [和我一起构建搜索引擎(四)检索模型](http://bitjoy.net/2016/01/07/introduction-to-building-a-search-engine-4/)
+5. [和我一起构建搜索引擎(五)推荐阅读](http://bitjoy.net/2016/01/09/introduction-to-building-a-search-engine-5/)
+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
+* [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