From cb7a549ebc8d516f1d036e82e5774557225e4d00 Mon Sep 17 00:00:00 2001 From: Jonas Rieger Date: Mon, 6 Sep 2021 15:55:45 +0200 Subject: [PATCH] ref [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9a3d0c..c46648f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ RollingLDA is a rolling version of the Latent Dirichlet Allocation. By a sequent Please cite the package using the BibTeX entry, which is obtained by the call ``citation("rollinglda")``. ## References -* TBA +* Rieger, J., Jentsch, C. & Rahnenführer, J. (2021). RollingLDA: An Update Algorithm of Latent Dirichlet Allocation to Construct Consistent Time Series from Textual Data. Accepted for [Findings of EMNLP 2021](https://www.statistik.tu-dortmund.de/fileadmin/user_upload/Lehrstuehle/IWuS/Forschung/rollinglda.pdf). ## Related Software * [tm](https://CRAN.R-project.org/package=tm) is useful for preprocessing text data.