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
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
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

rofanova  
Robust Functional Analysis of Variance
Implements the robust functional analysis of variance (RoFANOVA), described in Centofanti et al. (20 ...
Download / Learn more Package Citations See dependency  
thriftr  
Apache Thrift Client Server
Pure R implementation of Apache Thrift. This library doesn't require any code generation. To learn m ...
Download / Learn more Package Citations See dependency  
plotBart  
Diagnostic and Plotting Functions to Supplement 'bartCause'
Functions to assist in diagnostics and plotting during the causal inference modeling process. Suppl ...
Download / Learn more Package Citations See dependency  
smcfcs  
Multiple Imputation of Covariates by Substantive Model Compatible Fully Conditional Specification
Implements multiple imputation of missing covariates by Substantive Model Compatible Fully Condition ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resizer for Images, Tables and Fancy Resizable Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
onlineCOV  
Online Change Point Detection in High-Dimensional Covariance Structure
Implement a new stopping rule to detect anomaly in the covariance structure of high-dimensional onli ...
Download / Learn more Package Citations See dependency  
Maintainer: Jun Li (view profile)

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns