knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
# install.packages("remotes") remotes::install_github("news-r/decipher")
decipher depends on openNLP, see the section below.
Install with Homebrew, also intall the Java SDK.
brew install apache-opennlp
This package relies on openNLP CLI tools.
path/to/opennlp/bin to path and make sure it is in R too with Sys.getenv("PATH").You're good to go.
Download openNLP and add to path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.