- 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.
- 企業級Java EE架構設計精深實踐
- ThinkPHP 5實戰
- Practical Windows Forensics
- 深入淺出Android Jetpack
- Building Serverless Applications with Python
- C語言程序設計
- Android玩家必備
- Getting Started with Eclipse Juno
- Quantum Computing and Blockchain in Business
- 案例式C語言程序設計實驗指導
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Java Web應用開發項目教程
- PHP與MySQL權威指南
- Python硬件編程實戰
- Python物理建模初學者指南(第2版)