R/SentimentAnalysis.R

#' SentimentAnalysis: A package for analyzing sentiment of texts
#'
#' The \code{SentimentAnalysis} package provides routines to quickly measure
#' the sentiment of written materials. It ships a dedicated class
#' SentimentDictionary to store different variants of dictionaries
#' (including pre-built ones that are ready to go) and helps the
#' user with routines for constructing domain-specific dictionaries and
#' evaluating the performance of common rules for analyzing sentiment.
#'
#' @keywords internal 
"_PACKAGE"

Try the SentimentAnalysis package in your browser

Any scripts or data that you put into this service are public.

SentimentAnalysis documentation built on Aug. 24, 2023, 1:07 a.m.