From bba48c93ca5c078ba031a150cbb11d7168db23ca Mon Sep 17 00:00:00 2001 From: Kenneth Benoit Date: Wed, 6 Dec 2023 08:18:31 +0000 Subject: [PATCH] Re-knit README and installation details --- README.md | 2 +- installation.Rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0341b37..591b14d 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ processing” Python library from . efficient German language model: ``` r - spacy_download_langmodel() + spacy_download_langmodel("de_core_news_sm") ``` Check out available models at . diff --git a/installation.Rmd b/installation.Rmd index 9740453..a1b9ac3 100644 --- a/installation.Rmd +++ b/installation.Rmd @@ -42,7 +42,7 @@ An R wrapper to the spaCy "industrial strength natural language processing" Pyth If left unchanged, `spacy_install()` adds the default "en_core_web_sm" model. You can add more language models with `spacy_download_langmodel()`. For instance, to install a small and efficient German language model: ```{r, eval = FALSE} - spacy_download_langmodel() + spacy_download_langmodel("de_core_news_sm") ``` Check out available models at .