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_core_web_sm")
Arguments
model_name |
string giving the model namel. Defaults to "en_core_web_sm". |
Examples
## Not run:
cnlp_download_spacy(model_name="en_core_web_sm")
## End(Not run)
[Package cleanNLP version 3.1.0 Index]