Package

# install.packages("remotes")
remotes::install_github("news-r/decipher")

decipher depends on openNLP, see the section below.

Dependencies

Mac

Install with Homebrew, also intall the Java SDK.

brew install apache-opennlp

Windows & Ubuntu

This package relies on openNLP CLI tools.

  1. Download binary AND source files.
  2. Unzip both the binary and the source folders.
  3. Add path/to/opennlp/bin to path and make sure it is in R too with Sys.getenv("PATH").

You’re good to go.

Linux

Download openNLP and add to path.