Package: mallet
Type: Package
Title: An R Wrapper for the Java Mallet Topic Modeling Toolkit
Version: 1.3.0
Date: 2022-07-19
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 <mons.magnusson@gmail.com>
Description: 
  An R interface for the Java Machine Learning for Language Toolkit (mallet)
  <http://mallet.cs.umass.edu/> 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 
  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
NeedsCompilation: no
Packaged: 2022-07-19 14:10:22 UTC; mansmagnusson
Author: Måns Magnusson [cre, aut] (<https://orcid.org/0000-0002-0296-2719>),
  David Mimno [aut, cph] (<https://orcid.org/0000-0001-7510-9404>)
Repository: CRAN
Date/Publication: 2022-07-20 15:50:05 UTC
