Skip to content

A project focused on analyzing text data to determine the sentiment (positive, negative, neutral) using natural language processing (NLP) techniques in Python πŸ“‰.

License

Notifications You must be signed in to change notification settings

Shreyash-rsk/Sentiment_Analysis

Repository files navigation

Sentiment Analysis on Real-Time Data πŸ“ŠπŸ’¬

This project performs sentiment analysis on real-time data from Twitter using R. It extracts tweets, processes the text, and determines whether the sentiment is positive, negative, or neutral. πŸ”πŸ˜ŠπŸ˜‘

Technology Used πŸ’»πŸ”§

  • Programming Language: R πŸ¦Έβ€β™‚οΈ
  • IDE: RStudio πŸ’Ό
  • Libraries: twitteR, tidyverse, tm, syuzhet, sentimentr, ggplot2 πŸ“š
  • Tools: Twitter API 🐦 for data extraction, Natural Language Processing (NLP) 🧠 for text analysis

Installation πŸ› οΈ

  1. Install R from CRAN 🌍
  2. Install RStudio from RStudio πŸ’»
  3. Install required libraries using the following command in R:
install.packages(c("twitteR", "tidyverse", "tm", "syuzhet", "sentimentr", "ggplot2"))



sentiment-analysis-real-time/
β”‚
β”œβ”€β”€ scripts/
β”‚   └── sentiment_analysis.R    # Main R script πŸ“
β”‚
β”œβ”€β”€ README.md                   # This file πŸ“„

About

A project focused on analyzing text data to determine the sentiment (positive, negative, neutral) using natural language processing (NLP) techniques in Python πŸ“‰.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published