Description Details Author(s) Examples
R corpus annotation pipeline for large corpora.
The package is an interface to the Stanford CoreNLP Natural Language Processing Toolkit. CoreNLP is implemented in Java and its "jars" needs to be available. When the package is attached, the availability of Stanford CoreNLP is checked. The first take is to use the environment variable CORENLP_DIR. If it is set, the option bignlp.corenlp_dir is set accordingly. Then we move to searching for CoreNLP in packages. If it has not been found, the option bignlp.corenlp_dir is empty ("").
Andreas Blaette
1 2 | Sys.setenv("_JAVA_OPTIONS" = "")
if (getOption("bignlp.corenlp_dir") == "") corenlp_install(lang = NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.