Other packages > Find by keyword >

RSentiment  

Analyse Sentiment of English Sentences
View on CRAN: Click here


Download and install RSentiment package within the R console
Install from CRAN:
install.packages("RSentiment")

Install from Github:
library("remotes")
install_github("cran/RSentiment")

Install by package version:
library("remotes")
install_version("RSentiment", "2.2.2")



Attach the package and use:
library("RSentiment")
Maintained by
Subhasree Bose
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-05-04
Latest Update: 2018-07-27
Description:
Analyses sentiment of a sentence in English and assigns score to it. It can classify sentences to the following categories of sentiments:- Positive, Negative, very Positive, very negative, Neutral. For a vector of sentences, it counts the number of sentences in each category of sentiment.In calculating the score, negation and various degrees of adjectives are taken into consideration. It deals only with English sentences.
How to cite:
Subhasree Bose (2016). RSentiment: Analyse Sentiment of English Sentences. R package version 2.2.2, https://cran.r-project.org/web/packages/RSentiment. Accessed 04 Jun. 2026.
Previous versions and publish date:
1.0.4 (2016-05-04 07:56), 2.0 (2016-06-11 22:27), 2.1.1 (2017-02-25 18:01), 2.1.2 (2017-04-08 22:30), 2.1.3 (2017-05-13 20:53), 2.1.4 (2017-06-10 17:24), 2.1.5 (2017-07-06 20:24), 2.1.6 (2017-07-20 17:34), 2.1 (2016-12-25 23:38), 2.2.1 (2017-10-15 14:04), 2.2 (2017-07-24 11:41)
Other packages that cited RSentiment R package
View RSentiment citation profile
Other R packages that RSentiment depends, imports, suggests or enhances
Complete documentation for RSentiment
Functions, R codes and Examples using the RSentiment R package
Some associated functions: calculate_custom_score . calculate_custom_sentiment . calculate_custom_total_presence_sentiment . calculate_score . calculate_sentiment . calculate_total_presence_sentiment . 
Some associated R codes: custom.R . test.R .  Full RSentiment package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

shinybusy  
Busy Indicators and Notifications for 'Shiny' Applications
Add indicators (spinner, progress bar, gif) in your 'shiny' applications to show the user that the ...
Download / Learn more Package Citations See dependency  
AMPLE  
Shiny Apps to Support Capacity Building on Harvest Control Rules
Three Shiny apps are provided that introduce Harvest Control Rules (HCR) for fisheries management. ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
crplyr  
A 'dplyr' Interface for Crunch
In order to facilitate analysis of datasets hosted on the Crunch data platform ...
Download / Learn more Package Citations See dependency  
phers  
Calculate Phenotype Risk Scores
Use phenotype risk scores based on linked clinical and genetic data to study Mendelian disease and ...
Download / Learn more Package Citations See dependency  
golem  
A Framework for Robust Shiny Applications
An opinionated framework for building a production-ready 'Shiny' application. This package contains ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA