File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,21 @@ Event monitor based on online news corpus built by Baidu search enginee using e
99 ![ image] ( https://github.com/liuhuanyong/EventMonitor/blob/master/image/news.png )
1010
1111# 2)关于热点事件的情感分析
12- 对于1)得到的历史语料,可以使用基于依存语义和情感词库的篇章级情感分析算法进行情感分析,这部分参考我的篇章级情感分析项目DocSentimentAnalysis:https://github.com/liuhuanyong/DocSentimentAnalysis
12+ 对于1)得到的历史语料,可以使用基于依存语义和情感词库的篇章级情感分析算法进行情感分析
13+ 这部分参考我的篇章级情感分析项目DocSentimentAnalysis:https://github.com/liuhuanyong/DocSentimentAnalysis
1314# 3)关于热点事件的搜索趋势
14- 对于1)得到的历史语料,可以使用百度指数,新浪微博指数进行采集,这部分参考我的百度指数采集项目BaiduIndexSpyder:https://github.com/liuhuanyong/BaiduIndexSpyder,以及微博指数采集项目WeiboIndexSpyder:https://github.com/liuhuanyong/WeiboIndexSpyder
15+ 对于1)得到的历史语料,可以使用百度指数,新浪微博指数进行采集
16+ 这部分参考我的百度指数采集项目BaiduIndexSpyder:https://github.com/liuhuanyong/BaiduIndexSpyder
17+ 微博指数采集项目WeiboIndexSpyder:https://github.com/liuhuanyong/WeiboIndexSpyder
1518# 4)关于热点事件的话题分析
16- 对于1)得到的历史语料,可以使用LDA,Kmeans模型进行话题分析,这部分参考我的话题分析项目Topicluster:https://github.com/liuhuanyong/TopicCluster
19+ 对于1)得到的历史语料,可以使用LDA,Kmeans模型进行话题分析
20+ 这部分参考我的话题分析项目Topicluster:https://github.com/liuhuanyong/TopicCluster
1721# 5)关于热点事件的代表性文本分析
18- 对于1)得到的历史语料,可以使用跨篇章的textrank算法,对文本集的重要性进行计算和排序,这部分参考我的文本重要性分析项目ImportantEventExtractor:https://github.com/liuhuanyong/ImportantEventExtractor
22+ 对于1)得到的历史语料,可以使用跨篇章的textrank算法,对文本集的重要性进行计算和排序
23+ 这部分参考我的文本重要性分析项目ImportantEventExtractor:https://github.com/liuhuanyong/ImportantEventExtractor
1924# 6)关于热点事件新闻文本的图谱化展示
20- 对于得到每个历史新闻事件文本,可以使用关键词,实体识别等关系抽取方法对文本进行可视化展示,这部分内容,参考我的文本内容可视化项目项目TopicGrapher:https://github.com/liuhuanyong/TextGrapher
25+ 对于得到每个历史新闻事件文本,可以使用关键词,实体识别等关系抽取方法对文本进行可视化展示
26+ 这部分内容,参考我的文本内容可视化项目项目TopicGrapher:https://github.com/liuhuanyong/TextGrapher
2127
2228# 结束语
2329关于事件监测的方法有很多,也有很多问题需要去解决,以上提出的方法只是一个尝试,就算法本身还有许多需要改进的地方
You can’t perform that action at this time.
0 commit comments