Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cnlp_download_spacy

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)

cleanNLP

A Tidy Data Model for Natural Language Processing

v3.0.3
LGPL-2
Authors
Taylor B. Arnold [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.