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.
Package details |
|
---|---|
Maintainer | |
License | GPL-3 |
Version | 0.0.0.9000 |
URL | https://github.com/chris31415926535/tidyvader |
Package repository | View on GitHub |
Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.