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