Skip to content

Suansh25/Sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Sentiment-analysis

An r-code implementation for analysing reviews of movies and providing an analysis for the same.

Sentiment Analysis of Movie Reviews

This project performs sentiment analysis on a sample dataset of movie reviews using R. It utilizes the tidyverse, tidytext, and textdata packages to preprocess text data, perform sentiment analysis, and visualize the results.

Overview

The project includes:

  • Tokenization and cleaning of text data
  • Sentiment analysis using the Bing lexicon
  • Visualization of sentiment scores for individual words

Requirements

output: image

Before running the code, ensure you have the following packages installed:

install.packages("tidyverse")
install.packages("tidytext")
install.packages("textdata")

About

An r-code implementation for analysing reviews of movies and providing an analysis for the same.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages