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

https://github.com/trinker/textcleanlite


https://github.com/trinker/textcleanlite

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

---
title: "textcleanLite"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
md_document:
toc: true
---

```{r, echo=FALSE}
desc <- suppressWarnings(readLines("DESCRIPTION"))
regex <- "(^Version:\\s+)(\\d+\\.\\d+\\.\\d+)"
loc <- grep(regex, desc)
ver <- gsub(regex, "\\2", desc[loc])
verbadge <- sprintf('Version', ver, ver)
````

**textcleanLite** is lite version of [textclean](https://github.com/trinker/textclean) without the `check_text` (hunspell dependency).

# Installation

To download the development version of **textcleanLite**:

Download the [zip ball](https://github.com/trinker/textcleanLite/zipball/master) or [tar ball](https://github.com/trinker/textcleanLite/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **pacman** package to install the development version:

```r
if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh("trinker/textcleanLite")
```

# Contact

You are welcome to:
- submit suggestions and bug-reports at:
- send a pull request on:
- compose a friendly e-mail to: