coreNLPsetup is a set of tools to ensure proper setup of Stanford's CoreNLP.
Function | Task | Description |
---|---|---|
check_setup |
checking | Check that Java and CoreNLP are setup |
check_java |
checking | Check that Java is setup |
check_stanford |
checking | Check that CoreNLP is setup |
coreNLP_version |
constant | The current version of corNLP |
jave_version |
constant | The current version of Java |
coreNLP_loc |
config | Configure a CoreNLP location path |
coreNLP_url |
config | Configure the CoreNLP url |
To download the development version of coreNLPsetup:
Download the zip
ball or tar
ball,
decompress and run R CMD INSTALL
on it, or use the pacman package
to install the development version:
if (!require("pacman")) install.packages("pacman")
pacman::p_load_current_gh("trinker/coreNLPsetup")
You are welcome to:
- submit suggestions and bug-reports at: https://github.com/trinker/coreNLPsetup/issues
- send a pull request on: https://github.com/trinker/coreNLPsetup/
- compose a friendly e-mail to: [email protected]