Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mimno/RMallet

R package wrapping Mallet
https://github.com/mimno/RMallet

Last synced: about 1 month ago
JSON representation

R package wrapping Mallet

Awesome Lists containing this project

README

        

mallet
======
[![R](https://github.com/mimno/RMallet/actions/workflows/r.yml/badge.svg?branch=master)](https://github.com/mimno/RMallet/actions/workflows/r.yml)
[![codecov](https://codecov.io/gh/mimno/RMallet/branch/master/graph/badge.svg)](https://codecov.io/gh/mimno/RMallet)
[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/mallet)](https://cran.r-project.org/package=pxweb)
[![Downloads](http://cranlogs.r-pkg.org/badges/mallet)](https://cran.r-project.org/package=pxweb)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/mallet)](https://cran.r-project.org/package=mallet)

mallet is an R package to interface with the Java machine learning tool Mallet. More information about Mallet can be found [here](http://mallet.cs.umass.edu/).

For installation and usage, see the [introduction vignette](https://htmlpreview.github.io/?https://raw.githubusercontent.com/mimno/RMallet/master/mallet/vignettes/mallet.html).

You are welcome to help out by:

* [submit suggestions and bug reports](https://github.com/mimno/RMallet/issues) (provide the output of `sessionInfo()` and `packageVersion("mallet")`)
* [send a pull request](https://github.com/mimno/RMallet/)