- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 204字
- 2021-08-13 16:01:38
Analyzing sentiment
The sentiment in a sentence or text reflects the overall positive, negative, or neutral opinion or thought of the person who produces or consumes it. It indicates whether a person is happy, unhappy, or neutral about the subject or context that describes the text. It can be quantified as a discrete value, such as 1 for happy, -1 for unhappy, and 0 for neutral, or it can be quantified on a continuous scale of values, from 0-1. Sentiment analysis, therefore, is the process of deriving this value from a piece of text that can be obtained from different data sources, such as social networks, product reviews, news articles, and so on. One real-world application of sentiment analysis is in social network data to derive actionable insights, such as customer satisfaction, product or brand popularity, fashion trends, and so on. The screenshot that follows shows one of the applications of sentiment analysis, in capturing the overall opinion of a particular news article about Google. The reader may refer to the application, or API, from Google Cloud at https://cloud.google.com/natural-language/:

The preceding screenshot indicates that sentiment data is captured for the whole document, as well as at the individual sentence level.
- Azure IoT Development Cookbook
- 云原生Spring實戰(zhàn)
- Python忍者秘籍
- 數(shù)據(jù)結(jié)構(gòu)與算法分析(C++語言版)
- 低代碼平臺開發(fā)實踐:基于React
- Solr Cookbook(Third Edition)
- Orchestrating Docker
- Extending Unity with Editor Scripting
- Vue.js光速入門及企業(yè)項目開發(fā)實戰(zhàn)
- 監(jiān)控的藝術(shù):云原生時代的監(jiān)控框架
- Java EE架構(gòu)設(shè)計與開發(fā)實踐
- After Effects CC案例設(shè)計與經(jīng)典插件(視頻教學(xué)版)
- JavaScript Concurrency
- Java 11 and 12:New Features
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐