update readme

This commit is contained in:
01joy
2016-01-10 00:07:35 +08:00
parent fa4b8e0503
commit f4e6579faf
+9 -1
View File
@@ -1,3 +1,11 @@
#新闻搜索引擎
<img src="./News Search Engine3.png" width = "600" align=center />
![](News Search Engine3.png)
#使用方法
1. 安装jieba分词组件,命令为easy_install jieba
2. 安装Flask Web框架,命令为pip install Flask
3. 进入web文件夹,运行main.py文件
4. 打开浏览器,访问http://127.0.0.1:5000/ 输入关键词开始测试
#感谢
[jieba](https://github.com/fxsjy/jieba)
[scikit-learn](https://github.com/scikit-learn/scikit-learn)
[flask](https://github.com/mitsuhiko/flask)