diff --git a/README.md b/README.md index 3bb2cad..a8f086c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ #新闻搜索引擎 -![](News Search Engine3.png) \ No newline at end of file +#使用方法 +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) \ No newline at end of file