zoukankan      html  css  js  c++  java
  • 情感分析笔记

    http://52opencourse.com/235/斯坦福大学自然语言处理第七课-情感分析(sentiment-analysis)

    情感分析(Sentiment analysis),又称倾向性分析,意见抽取(Opinion extraction),意见挖掘(Opinion mining),情感挖掘(Sentiment mining),主观分析(Subjectivity analysis),它是对带有情感色彩的主观性文本进行分析、处理、归纳和推理的过程,如从评论文本中分析用户对“数码相机”的“变焦、价格、大小、重量、闪光、易用性”等属性的情感倾向。

    情感分析主要目的就是识别用户对事物或人的看法、态度(attitudes:enduring, affectively colored beliefs, dispositions towards objects or persons),参与主体主要包括:

    1. Holder (source) of attitude:观点持有者
    2. Target (aspect) of attitude:评价对象
    3. Type of attitude:评价观点
      • ​ From a set of types:Like, love, hate, value, desire, etc.
      •  Or (more commonly) simple weighted polarity: positive, negative, neutral,together with strength
    4. Text containing the attitude:评价文本,一般是句子或整篇文档

    更细更深入的还包括评价属性,情感词/极性词,评价搭配等、

  • 相关阅读:
    Request的方法演示
    Request内置对象
    Servlet运行机制
    Servlet生命周期
    Servlet概念与配置
    http协议
    数据库连接池
    代码管理git托管到码云(github)开源中国
    事务
    类的执行先后顺序
  • 原文地址:https://www.cnblogs.com/yuwenfeng/p/3628312.html
Copyright © 2011-2022 走看看