bignlp-package: R-Package 'bignlp'.

Description Details Author(s) Examples

Description

R corpus annotation pipeline for large corpora.

Details

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 ("").

Author(s)

Andreas Blaette

Examples

1
2
Sys.setenv("_JAVA_OPTIONS" = "")
if (getOption("bignlp.corenlp_dir") == "") corenlp_install(lang = NULL)

PolMine/bignlp documentation built on Jan. 29, 2021, 1:14 a.m.