chris31415926535/tidyvader: Tidyvader: Fast, Clear, and Tidy Rule-Based Sentiment Analysis with VADER

A fast, clear, and tidy implementation of the rule-based sentiment analysis algorithm VADER (Valence Aware Dictionary and Sentiment Reasoner). It's fast because the code has been re-written from scratch and uses C++ for the core algorithm. It's clear because it tries to make the rule-based algorithm and the dictionaries simple to read so that users can inspect and judge them. And it's tidy because it tries to follow tidy design principles and works well with the %>% pipe.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.0.0.9000
URL https://github.com/chris31415926535/tidyvader
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("chris31415926535/tidyvader")
chris31415926535/tidyvader documentation built on June 9, 2025, 1:50 p.m.