[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39416] [PATCH 10/34] gnu: Add package r-topicmodels
From: |
Lars-Dominik Braun |
Subject: |
[bug#39416] [PATCH 10/34] gnu: Add package r-topicmodels |
Date: |
Tue, 4 Feb 2020 14:56:02 +0100 |
* gnu/packages/cran.scm (r-topicmodels): New variable.
---
gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 917b5df643..9e5006b5f3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19513,3 +19513,33 @@ co-occurrences, analyzing keywords, computing feature
similarities and
distances, applying content dictionaries, applying supervised and unsupervised
machine learning, visually representing text and text analyses, and more.")
(license license:gpl3)))
+
+(define-public r-topicmodels
+ (package
+ (name "r-topicmodels")
+ (version "0.2-9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "topicmodels" version))
+ (sha256
+ (base32
+ "1757r5x8bsl4dk106xg6481mvdkdz9vwg87n7rpbvdkavsvhyxs0"))))
+ (properties `((upstream-name . "topicmodels")))
+ (build-system r-build-system)
+ (native-inputs
+ `(("gsl" ,gsl)))
+ (propagated-inputs
+ `(("r-modeltools" ,r-modeltools)
+ ("r-slam" ,r-slam)
+ ("r-tm" ,r-tm)))
+ (home-page
+ "https://cran.r-project.org/package=topicmodels")
+ (synopsis "Topic Models")
+ (description
+ "This package provides an interface to the C code for Latent Dirichlet
+Allocation (LDA) models and Correlated Topics Models (CTM) by David M. Blei
+and co-authors and the C++ code for fitting LDA models using Gibbs sampling by
+Xuan-Hieu Phan and co-authors.")
+ (license license:gpl2)))
+
--
2.20.1
- [bug#39416] [PATCH 03/34] gnu: Add package r-xmisc, (continued)
- [bug#39416] [PATCH 03/34] gnu: Add package r-xmisc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 07/34] gnu: Add package r-spacyr, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 09/34] gnu: Add package r-quanteda, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 06/34] gnu: Add package r-stopwords, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 11/34] gnu: Add package r-stm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 13/34] gnu: Add package r-msm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 12/34] gnu: Add package r-polycor, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 15/34] gnu: Add package r-mi, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 17/34] gnu: Add package r-sem, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 18/34] gnu: Add package r-semtools, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 10/34] gnu: Add package r-topicmodels,
Lars-Dominik Braun <=
- [bug#39416] [PATCH 08/34] gnu: Add package r-snowballc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 14/34] gnu: Add package r-ltm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 16/34] gnu: Add package r-matrixcalc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 19/34] gnu: Add package r-regsem, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 21/34] gnu: Add package r-rpf, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 20/34] gnu: Add package r-stanheaders, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 23/34] gnu: Add package r-kutils, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 34/34] gnu: Add package r-irtoys, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 31/34] gnu: Add package r-cdm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 24/34] gnu: Add package r-rockchalk, Lars-Dominik Braun, 2020/02/04