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