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:评价文本,一般是句子或整篇文档

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

  • 相关阅读:
    官方源、镜像源汇总
    Kubernetes V1.15 二进制部署集群
    ZABBIX 4.0 LTS 部署
    SSH + Google Authenticator 安全加固
    Hadoop+HBase 集群搭建
    自动化运维之PSSH
    KVM之CPU虚拟化
    GoAccess日志分析工具
    HTTPS之acme.sh申请证书
    AWStats日志分析系统
  • 原文地址:https://www.cnblogs.com/yuwenfeng/p/3628312.html
Copyright © 2011-2022 走看看