diff --git a/README.md b/README.md index 904cfcb6c0fdd5b91e093f63f336317984f0894c..3d3dad66d816f6e5bad9632d3179f208369cfc6c 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,11 @@ -# NewsRecommendSystem -A recommend system involved **collaborative filtering**,**content-based recommendation** and **hot news recommendation**, can be adapted easily to be put into use in other circumstances. +# 个性化新闻推荐系统 NewsRecommendSystem + +推荐算法包括协同过滤、基于内容相似度的推荐,热点新闻推荐。 + +A recommend system involved **collaborative filtering**,**content-based recommendation** and **hot news recommendation**, ***Lib: [Ansj](https://github.com/NLPchina/ansj_seg), [Quartz](http://www.quartz-scheduler.org/), [Mahout](http://mahout.apache.org/)*** -# Instructions for quickly being into use (Two Steps) +**系统相关细节可参考[推荐系统介绍.pdf]** -## Construct Required Database(Only for MySQL now) -Just Run the code below in MySQL command line. - - Drop TABLE comments; - CREATE TABLE comments - ( - id VARCHAR(20) PRIMARY KEY, - content VARCHAR(0), - date TIMESTAMP null, - tagId VARCHAR(20), - appendContent VARCHAR(0), - appendDate TIMESTAMP null, - gid VARCHAR(20) - ) -## Set Runtime Properties diff --git "a/\346\216\250\350\215\220\347\263\273\347\273\237\344\273\213\347\273\215.pdf" "b/\346\216\250\350\215\220\347\263\273\347\273\237\344\273\213\347\273\215.pdf" new file mode 100644 index 0000000000000000000000000000000000000000..bc4b17c6eeffb99f81e5313f3692536ab2e5d7d4 Binary files /dev/null and "b/\346\216\250\350\215\220\347\263\273\347\273\237\344\273\213\347\273\215.pdf" differ diff --git "a/\346\216\250\350\215\220\347\263\273\347\273\237\344\273\213\347\273\215presentation.pptx" "b/\346\216\250\350\215\220\347\263\273\347\273\237\344\273\213\347\273\215presentation.pptx" deleted file mode 100644 index 9aeb7b6c29dad28853510cfcb6a99c0bf8218010..0000000000000000000000000000000000000000 Binary files "a/\346\216\250\350\215\220\347\263\273\347\273\237\344\273\213\347\273\215presentation.pptx" and /dev/null differ