Download model files needed for coreNLP
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.
cnlp_download_corenlp(lang = "en")
lang |
string giving the languange code. Defaults to "en". |
## Not run: cnlp_download_corenlp(lang="en") cnlp_download_corenlp(lang="de") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.