The sentometrics.app
package offers a Shiny interface for fast document-level textual sentiment computation and aggregation into textual sentiment time series. The obtained values can be downloaded for further use. The functionalities provided are partly those from the sentometrics
package.
To install the package, do one of:
# install.packages("sentometrics.app") # from CRAN (not yet, but might one day)
devtools::install_github("DataWanderers/sentometrics.app") # development version (may be buggy...)
To start the application, you just need two lines of code:
library("sentometrics.app")
sentometrics.app::sento_app()
This is how it looks (but a bit less pixelated hopefully 😃):
Enjoy exploring the filters and outputs!
Use citation("sentometrics.app")
to cite use in publications.