Sentiment Analysis resources

Wikipedia: Sentiment analysis (also known as opinion mining) refers to the use of natural language processingtext analysis and computational linguistics to identify and extract subjective information in source materials.

In 1997, firstly proposed by MIT Professor Rosalind Picard in Effective Computing.

Basic task is classifying the polarity (positive, negative, or neutral). beyond polarity: e.g. emotional states such angry, sad, and happy. Higher: sarcasm?

Application and methodologies:

  • Product, restaurant, or film review rating prediction.

Most statistical classification methods ignore the neutral class.

  • Use a scaling system, give the words an associated number on a -10 to +10 scale.
  • Another direction is subjective/objective identification. Remove objective sentences improve the polarity classification performance.
  • A more fine-grained analysis model is called the feature/aspect-based sentiment analysis.

Chinese Sentiment Dictionary and Resources

Stanford NLP cource on Coursera (Class 7) --> Sentiment Analysis introduced the resources and methods

Query:

Whose sentiment is able to predict the stock movement better? How to find out them?

时间: 2024-12-11 11:20:56

Sentiment Analysis resources的相关文章

Sentiment Analysis(1)-Dependency Tree-based Sentiment Classification using CRFs with Hidden Variables

The content is from this paper: Dependency Tree-based Sentiment Classification using CRFs with Hidden Variables, by Tetsuji Nakagawa. A typical approach for sentiment classification is to use supervised machine learning algorithms with bag-of-words a

Paper Weekly-Opinion mining and sentiment analysis

A Sentimental Education: Sentiment Analysis Using Subjectivity Summarization Based on Minimum Cuts http://www.aclweb.org/anthology/P04-1035 by B Pang -2004- ?Cited by 2242 Large-Scale Sentiment Analysis for News and Blogs http://icwsm.org/papers/3--G

NAACL 2013 Paper Mining User Relations from Online Discussions using Sentiment Analysis and PMF

中文简单介绍:本文对怎样基于情感分析和概率矩阵分解从网络论坛讨论中挖掘用户关系进行了深入研究. 论文出处:NAACL'13. 英文摘要: Advances in sentiment analysis have enabled extraction of user relations implied in online textual exchanges such as forum posts. However,recent studies in this direction only consi

Kaggle竞赛题之——Sentiment Analysis on Movie Reviews

Classify the sentiment of sentences from the Rotten Tomatoes dataset 题目链接:https://www.kaggle.com/c/sentiment-analysis-on-movie-reviews 越来越喜欢iPython notebook了.以下所有工作都可以在一个页面上完成,FireFox支持比Chrome要好. 数据集分为train.tsv和test.tsv.字段以\t分隔,每一行有四个字段:PhraseId,Sent

sentiment analysis(very ish est less)

import jiebaimport numpy as np #打开词典文件,返回列表def open_dict(Dict = 'mini', path=r'/Users/apple888/PycharmProjects/Textming/Sent_Dict/Hownet/'): path = path + '%s.txt' % Dict dictionary = open(path, 'r', encoding='utf-8') dict = [] for word in dictionary

【NLP】Resources of Coursera-NLP

Written By: stackupdown(jh) I. BackgroundThis repo is learning notes of the open course **Natural Language Processing** of Dan Jurafsky and Christopher Manning in Coursera. - Course Videos:You can watch the videos from youtube or coursera.The link ca

关于机器学习和深度学习的资料

声明:转来的,原文出处:http://blog.csdn.net/achaoluo007/article/details/43564321 编者按:本文收集了百来篇关于机器学习和深度学习的资料,含各种文档,视频,源码等.而且原文也会不定期的更新,望看到文章的朋友能够学到更多. <Brief History of Machine Learning> 介绍:这是一篇介绍机器学习历史的文章,介绍很全面,从感知机.神经网络.决策树.SVM.Adaboost 到随机森林.Deep Learning. &

Go语言(golang)开源项目大全

转http://www.open-open.com/lib/view/open1396063913278.html内容目录Astronomy构建工具缓存云计算命令行选项解析器命令行工具压缩配置文件解析器控制台用户界面加密数据处理数据结构数据库和存储开发工具分布式/网格计算文档编辑器Encodings and Character SetsGamesGISGo ImplementationsGraphics and AudioGUIs and Widget ToolkitsHardwareLangu

Java开源框架推荐(全)

Build Tool Tools which handle the buildcycle of an application. Apache Maven - Declarative build and dependency management which favors convention over configuration. It's preferable to Apache Ant which uses a rather procedural approach and can be di