Skip to content

Commit

Permalink
Re-knit README and installation details
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Benoit authored and Kenneth Benoit committed Dec 6, 2023
1 parent 4d1dd03 commit bba48c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ processing” Python library from <https://spacy.io>.
efficient German language model:

``` r
spacy_download_langmodel()
spacy_download_langmodel("de_core_news_sm")
```

Check out available models at <https://spacy.io/usage/models>.
Expand Down
2 changes: 1 addition & 1 deletion installation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://spacy.io/usage/models>.
Expand Down

0 comments on commit bba48c9

Please sign in to comment.