- 资源介绍
- 更新记录
- 安装教程
摘 要
随着互联网的快速发展,各类社交媒体平台如微信、QQ等也与日俱增,而微博更是集成了传统网站、论坛、博客等的优点,并加上了人与人之间的互动性、关系亲密程度等多种智能算法,并以简练的形式让数据爆发性的传播,促进了人与人之间的交流。网民可以通过微博来分享自己的生活,同时抒发自己的喜怒哀乐。因此对微博每天产生的信息量的分析和利用的需求显得更为迫切。
情感分析,也称倾向性分析、意见抽取和意见挖掘。主要是通过对带有情感色彩的主观性文本进行分析、处理、归纳然后进行推理的过程。而微博,人口基数大,涉及的话题广泛,对人们的日常生活产生了不可估量的影响,而对微博的情感分析,更是有着十分重要的意义。为此,本文针对了微博文本的情感分析进行了如下几个工作。
首先,使用微博官方的API对微博进行抓取,进行分类标注。然后,对微博文本进行预处理,主要包括去掉无意义,对微博文本没有影响的词语。其次,使用SVM算法对文本进行初步的筛选,主要是去除特别明显的广告等无关性的微博。最后使用朴素贝叶斯对微博进行情感分析,将微博分为积极、消极、客观三类,同时使用AdaBoost算法对朴素贝叶斯算法进行加强。
这些带有情感信息的微博是非常宝贵的资源,通过情感分析可以获取网民的此时的心情,对某个事件或事物的看法,可以挖掘其潜在的商业价值,还能对社会的稳定做出一定的贡献。
关键词:情感分析 AdaBoost 朴素贝叶斯 文本分类 数据挖掘
ABSTRACT
With the rapid development of Internet, various social medias like WeChat, QQ and Weibo are also growing with each passing day. Weibo which not only integrates the advantages of traditional websites, forums, blogs, but also leads into the introduction of a comprehensive interactive relationship between content, quality of intimacy and multiple algorithm promote the data communication explosively. And people can communicate more and more conveniently. Users can share their own lives by Weibo, and express their emotions. So, the need for analysis and use of information generated by Weibo every day is urgent.
Sentiment analysis is a process of analyzing, summarizing and reasoning subjective texts with emotion. And Weibo, based on a large population , involving a wide range of topics, has a great impact on people’s daily life. And the emotional analysis of Weibo is a very important significance. In result, this paper focuses on the emotional analysis of Weibo text as follows.
First of all, micro-blog’s official API is used for micro-blog crawl and then classifying weibo. After that, the Weibo text needs to be preprocessed by removing meaningless text, which does not affect the words. Secondly, the SVM algorithm is used for the preliminary screening of the text, mainly to remove the particularly obvious advertising and other unrelated with Weibo. Finally, using Bayes algorithm to analyze Weibo. Weibo text is divided into three types: positive, negative and objective, and AdaBoost algorithm is used to strengthen the Bayes algorithm.
The emotional information of Weibo is a very valuable resource. Through the analysis of Internet users, we can get emotional feelings, views of things or events at this time, also we can mine the potential commercial value and make a contribution for social stability.
Key Words: Sentiment analysis AdaBoost Naive-Bayes Text Categorization Data Mining
目 录










猜你喜欢
-
基于.NET的门诊药品查询系统的设计与实现毕业论文+设计源码
2021-06-08 -
税务档案管理系统的设计与实现毕业论文+任务书+开题报告+实习报告+设计源码(SSH)
2021-06-10 -
花生去壳机设计毕业论文
2021-06-10 -
镗铣加工中心换刀机械手部件设计(机器人机械手)说明书(论文)+任务书+开题+文综+答辩PPT+cad图纸+proe三维图
2021-06-08 -
基于微信的智能家居控制系统的设计与实现(物联网毕业设计论文)
2021-06-08 -
网络教育电子科技大学论文选题操作流程
2021-06-08 -
基于单目视觉的生产线工件位姿识别(开题+中期+设计源码+论文)
2021-06-10 -
数值分析在线考试系统毕业论文+任务书+开题报告+翻译及原文+答辩PPT+设计源码及数据库+参考文献
2021-06-09 -
新型爬楼装置设计毕业论文+任务书+cad图纸+Solidworks三维图+查重报告
2021-06-08 -
本科毕业设计(论文)材料规范化要求
2021-06-10
-
基于Hopfield的TSP问题求解软件程序设计与实现毕业论文+答辩PPT+源程序及实验结果
2021-06-08 -
电梯制动控制与保护系统仿真设计论文+翻译+答辩+cad图纸+动画
2021-06-10 -
高校社团管理系统jsp和javabean开发毕业论文和设计源码
2021-06-10 -
基于JSP的高校快餐店订餐系统设计与实现毕业论文+任务书+中期表+翻译及原文+答辩PPT+源码+数据库+辅导视频
2021-06-08 -
基于物联网的户外环境检测装置设计毕业论文+审批表+开题报告+附录电路图及代码
2021-06-08 -
卧式升降台主传动系统设计毕业论文+翻译及原文+cad图纸+PROE三维运动仿真
2021-06-09 -
思科网络静态NAT实例 毕业设计论文+评定表+实验KPT源文件
2021-06-08 -
基于JSP的影视评论网站设计与实现毕业论文+任务书+中期表+答辩PPT+翻译及原文+设计源码及数据库+辅导视频
2021-06-09 -
室内装饰用地砖铺贴装置设计说明书(论文)
2021-06-08 -
GSM智能家居系统设计 毕业论文+附录原理图+PCB图+实物图
2021-06-08
猜你在找
99源码网 » 基于Python的微博情感分析研究设计 毕业论文+源码
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 99源码网
- 2021-06-08Hi,初次和大家见面了,请多关照!