install.Rmd
# install.packages("remotes")
remotes::install_github("news-r/decipher")
decipher
depends on openNLP, see the section below.
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.