sentopics
Tools for Joint Sentiment and Topic Analysis of Textual Data
A framework that joins topic modeling and sentiment analysis of textual data. The package implements a fast Gibbs sampling estimation of Latent Dirichlet Allocation (Griffiths and Steyvers (2004) <doi:10.1073/pnas.0307752101>) and Joint Sentiment/Topic Model (Lin, He, Everson and Ruger (2012) <doi:10.1109/TKDE.2011.48>). It offers a variety of helpers and visualizations to analyze the result of topic modeling. The framework also allows enriching topic models with dates and externally computed sentiment measures. A flexible aggregation scheme enables the creation of time series of sentiment or topical proportions from the enriched topic models. Moreover, a novel method jointly aggregates topic proportions and sentiment measures to derive time series of topical sentiment.
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
0.7.6 |
rolling linux/jammy R-4.5 | sentopics_0.7.6.tar.gz |
2.0 MiB |
0.7.6 |
rolling linux/noble R-4.5 | sentopics_0.7.6.tar.gz |
2.0 MiB |
0.7.6 |
rolling source/ R- | sentopics_0.7.6.tar.gz |
1.3 MiB |
0.7.6 |
latest linux/jammy R-4.5 | sentopics_0.7.6.tar.gz |
2.0 MiB |
0.7.6 |
latest linux/noble R-4.5 | sentopics_0.7.6.tar.gz |
2.0 MiB |
0.7.6 |
latest source/ R- | sentopics_0.7.6.tar.gz |
1.3 MiB |
0.7.6 |
2026-04-26 source/ R- | sentopics_0.7.6.tar.gz |
1.3 MiB |
0.7.6 |
2026-04-23 source/ R- | sentopics_0.7.6.tar.gz |
1.3 MiB |
0.7.6 |
2026-04-09 windows/windows R-4.5 | sentopics_0.7.6.zip |
2.4 MiB |
0.7.4 |
2025-04-20 source/ R- | sentopics_0.7.4.tar.gz |
1.1 MiB |
Dependencies (latest)
Imports
- Rcpp (>= 1.0.4.6)
- methods
- generics
- quanteda (>= 3.2.0)
- data.table (>= 1.13.6)
- RcppHungarian