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 25 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

foster  
Forest Structure Extrapolation with R
Set of tools to streamline the modeling of the relationship betweensatellite imagery time series or ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
edeaR  
Exploratory and Descriptive Event-Based Data Analysis
Exploratory and descriptive analysis of event based data. Provides methods for describing and select ...
Download / Learn more Package Citations See dependency  
sitmo  
Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files
Provided within are two high quality and fast PPRNGs that may be used in an 'OpenMP' parallel enviro ...
Download / Learn more Package Citations See dependency  
airGRiwrm  
'airGR' Integrated Water Resource Management
Semi-distributed Precipitation-Runoff Modelling based on 'airGR' package models integrating human i ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

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