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

spacy_download_langmodel

Install a language model in a conda or virtual environment


Description

Installs one or more language models in a conda or virtualenv Python virtual environment as installed by spacy_install.

Usage

spacy_download_langmodel(
  model = "en",
  envname = "spacy_condaenv",
  conda = "auto"
)

spacy_download_langmodel_virtualenv(
  model = "en",
  envname = "spacy_virtualenv",
  virtualenv_root = NULL
)

Arguments

model

name of the language model to be installed. A list of available language models and their names is available from the spaCy language models page.

envname

name of the virtual environment

conda

Path to conda executable. Default "auto" which automatically finds the path.

virtualenv_root

path to the virtualenv environment to install spaCy language model. If NULL, the default path "~/.virtualenvs" will be used.


spacyr

Wrapper to the 'spaCy' 'NLP' Library

v1.2.1
GPL-3
Authors
Kenneth Benoit [cre, aut, cph] (<https://orcid.org/0000-0002-0797-564X>), Akitaka Matsuo [aut] (<https://orcid.org/0000-0002-3323-6330>), European Research Council [fnd] (ERC-2011-StG 283794-QUANTESS)
Initial release

We don't support your browser anymore

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