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

spacy_upgrade

Upgrade spaCy in conda environment


Description

Upgrade spaCy in conda environment

Usage

spacy_upgrade(
  conda = "auto",
  envname = "spacy_condaenv",
  prompt = TRUE,
  pip = FALSE,
  update_conda = FALSE,
  lang_models = "en_core_web_sm"
)

Arguments

conda

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

envname

character; name of conda environment to upgrade spaCy

prompt

logical; ask whether to proceed during the installation

pip

TRUE to use pip for installing spacy. If FALSE, conda package manager with conda-forge channel will be used for installing spacy.

update_conda

logical; If true, the conda binary for the system will be updated to the latest version. Default FALSE.

lang_models

Language models to be upgraded. Default NULL (No upgrade). A vector of multiple model names can be used (e.g. c("en_core_web_sm", "de_core_web_sm"))


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.