cnlp_download_spacy | R Documentation |
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.
cnlp_download_spacy(model_name = "en_core_web_sm")
model_name |
string giving the model namel. Defaults to "en_core_web_sm". |
## Not run:
cnlp_download_spacy(model_name="en_core_web_sm")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.