Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mimno/RMallet
- Owner: mimno
- Created: 2014-05-02T19:30:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T05:41:31.000Z (over 2 years ago)
- Last Synced: 2024-09-18T10:17:04.013Z (3 months ago)
- Language: R
- Size: 21.7 MB
- Stars: 38
- Watchers: 9
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nlp - RMallet - 與 Java 機器學習工具 MALLET 接口的 R 包。 (函式庫 / 書籍)
- awesome-topic-models - RMallet - R package to interface with the Java machine learning tool MALLET ![GitHub Repo stars](https://img.shields.io/github/stars/mimno/RMallet?style=social) (Libraries & Toolkits)
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/)