cleanNLP (version 3.0.3)

cnlp_download_corenlp: Download model files needed for coreNLP

Description

The cleanNLP package does not supply the model files required for using the coreNLP backend. These files can be downloaded with this function. If you need more control, download directly from Python.

Usage

cnlp_download_corenlp(lang = "en")

Arguments

lang

string giving the languange code. Defaults to "en".

Examples

Run this code
if (FALSE) {
cnlp_download_corenlp(lang="en")
cnlp_download_corenlp(lang="de")
}

Run the code above in your browser using DataCamp Workspace