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]
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 16 Apr. 2025.
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
03/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for RSentiment010203040506070TrendBars

Today's Hot Picks in Authors and Packages

MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
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  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  
MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  
hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  
apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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