This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (!require("pacman")) install.packages("pacman") | |
pacman::p_load_gh("trinker/stansent", 'wrathematics/meanr') | |
pacman::p_load(syuzhet, qdap, sentimentr, microbenchmark, RSentiment) | |
ase <- c( | |
"I haven't been sad in a long time.", | |
"I am extremely happy today.", | |
"It's a good day.", | |
"But suddenly I'm only a little bit happy.", | |
"Then I'm not happy at all.", |