Package: mallet Type: Package Title: An R Wrapper for the Java Mallet Topic Modeling Toolkit Version: 1.3.1 Date: 2022-07-21 Authors@R: c( person("Måns", "Magnusson", email = "mons.magnusson@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-0296-2719")), person("David", "Mimno", role = c("aut", "cph"), comment = c(ORCID = "0000-0001-7510-9404")) ) Maintainer: Måns Magnusson Description: An R interface for the Java Machine Learning for Language Toolkit (mallet) to estimate probabilistic topic models, such as Latent Dirichlet Allocation. We can use the R package to read textual data into 'mallet' from R objects, run the Java implementation of 'mallet' directly in R, and extract results as R objects. The 'mallet' toolkit has many functions, this wrapper focuses on the topic modeling sub-package written by David Mimno. The package uses the 'rJava' package to connect to a Java Virtual Machine (JVM). License: MIT + file LICENSE URL: https://github.com/mimno/RMallet BugReports: https://github.com/mimno/RMallet/issues SystemRequirements: java Encoding: UTF-8 Depends: R (>= 3.6.3) Imports: rJava, checkmate Suggests: knitr, rmarkdown, dplyr, testthat VignetteBuilder: rmarkdown, knitr RoxygenNote: 7.2.0 LazyData: TRUE Config/pak/sysreqs: make default-jdk Repository: https://mimno.r-universe.dev Date/Publication: 2022-07-21 05:41:28 UTC RemoteUrl: https://github.com/mimno/rmallet RemoteRef: HEAD RemoteSha: cff720fe1a50e2ca6016aed89a18296bdd11cec2 RemoteSubdir: mallet NeedsCompilation: no Packaged: 2026-06-20 09:47:09 UTC; root Author: Måns Magnusson [cre, aut] (ORCID: ), David Mimno [aut, cph] (ORCID: )