Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nchinling/sentiment_analysis
https://github.com/nchinling/sentiment_analysis
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nchinling/sentiment_analysis
- Owner: nchinling
- Created: 2023-10-31T06:28:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T06:39:15.000Z (over 1 year ago)
- Last Synced: 2024-11-11T18:10:46.489Z (3 months ago)
- Language: R
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentiment Analysis
## Description
This folder provides various projects on sentiment analysis.
Sentiment analysis is a natural language processing technique that assesses and categorizes the emotional tone or sentiment of text, typically as positive, negative, or neutral, to gauge public opinion or user feedback. These projects are developed with R, a statistical programming language.## Table of Projects
- Concession speech (Guided project from Coursera)
-
-
-1. Concession Speech
A guided project by Coursera. It runs generic and targeted sentiment analyses using a dataset of US presidential concession speeches. It carries out a targeted sentiment analysis by looking for words with a positive or negative sentiment that are adjacent to relevant keywords.It also compares the sentiment for both generic and targeted sentiment analyses while stratifying by a third variable, plotting the results over time.