cnlp_download_spacy {cleanNLP}R Documentation

Download model files needed for spacy

Description

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

Usage

cnlp_download_spacy(model_name = "en")

Arguments

model_name

string giving the model namel. Defaults to "en".

Examples

## Not run: 
cnlp_download_spacy(model_name="en")
cnlp_download_spacy(model_name="de")

## End(Not run)

[Package cleanNLP version 3.0.7 Index]