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

https://github.com/latlio/tidytextextensions

Extension of tidytext to provide other term frequency calculators
https://github.com/latlio/tidytextextensions

natural-language-processing r text-ming tidy-data tidyverse

Last synced: about 1 year ago
JSON representation

Extension of tidytext to provide other term frequency calculators

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# tidytextextensions

The goal of tidytextextensions is to provide a suite of tidy functions that calculate additional term frequency formulations. Designed to be an extension of 'tidytext'.

## Installation

You can install the development version of tidytextextensions from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("latlio/tidytextextensions")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(tidytextextensions)
## basic example code
```