-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathindex.Rmd
More file actions
25 lines (20 loc) · 895 Bytes
/
index.Rmd
File metadata and controls
25 lines (20 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
output:
md_document:
variant: gfm
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "##",
fig.path = "README-"
)
```
# spacyr: an R wrapper for spaCy
[](https://CRAN.R-project.org/package=spacyr)
[](https://github.com/quanteda/spacyr/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/quanteda/spacyr?branch=master)
[](https://CRAN.R-project.org/package=spacyr)
[](https://CRAN.R-project.org/package=spacyr)
```{r child = "installation.Rmd"}
```