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

human

Lifecycle: experimental Travis build status AppVeyor build status Codecov test coverage

The goal of human is to make it easy to get human help for natural lanaguage processing (NLP models).

Installation

You can install the released version of human from CRAN with:

# No you can't.
# install.packages("human")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("jonthegeek/human")


jonthegeek/human documentation built on Dec. 31, 2019, 12:55 a.m.