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 07 Mar. 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

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  
ReviewR  
A Light-Weight, Portable Tool for Reviewing Individual Patient Records
A portable Shiny tool to explore patient-level electronic health record data and perform chart revi ...
Download / Learn more Package Citations See dependency  
testDriveR  
Teaching Data for Statistics and Data Science
Provides data sets for teaching statistics and data science courses. It includes a sample of data f ...
Download / Learn more Package Citations See dependency  
lmSubsets  
Exact Variable-Subset Selection in Linear Regression
Exact and approximation algorithms for variable-subset selection in ordinary linear regression mode ...
Download / Learn more Package Citations See dependency  
SAMtool  
Stock Assessment Methods Toolkit
Simulation tools for closed-loop simulation are provided for the 'MSEtool' operating model to inform ...
Download / Learn more Package Citations See dependency  
portalr  
Create Useful Summaries of the Portal Data
Download and generate summaries for the rodent, plant, ant, and weather data from the Portal Projec ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

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