-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.Rmd
38 lines (30 loc) · 1.62 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
output:
github_document:
html_preview: false
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
<!-- badges: start -->
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![Travis build status](https://travis-ci.org/news-r/gensimr.svg?branch=master)](https://travis-ci.org/news-r/gensimr)
[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/JohnCoene)
[![code-size](https://img.shields.io/github/languages/code-size/news-r/gensimr.svg)](https://github.com/news-r/gensimr)
[![activity](https://img.shields.io/github/last-commit/news-r/gensimr.svg)](https://github.com/news-r/gensimr)
[![Coveralls test coverage](https://coveralls.io/repos/github/news-r/gensimr/badge.svg)](https://coveralls.io/r/news-r/gensimr?branch=master)
[![Codecov test coverage](https://codecov.io/gh/news-r/gensimr/branch/master/graph/badge.svg)](https://codecov.io/gh/news-r/gensimr?branch=master)
<!-- badges: end -->
# gensimr
<img src="./man/figures/logo.png" height="200" align="right" />
Brings [gensim](https://radimrehurek.com/gensim) to R: efficient large-scale topic modeling.
- [Installation](https://gensimr.news-r.org/articles/installation.html)
- [Preprocessing](https://gensimr.news-r.org/articles/preprocessing.html)
- [Documentation](https://gensimr.news-r.org/)
⚠️ Notice the "Experimental" lifecycle badge: things won't work, stuff will break.