https://github.com/quanteda/spacyr
R wrapper to spaCy NLP
https://github.com/quanteda/spacyr
extract-entities nlp r spacy speech-tagging
Last synced: 5 months ago
JSON representation
R wrapper to spaCy NLP
- Host: GitHub
- URL: https://github.com/quanteda/spacyr
- Owner: quanteda
- Created: 2016-09-22T08:00:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T23:36:20.000Z (8 months ago)
- Last Synced: 2025-04-03T11:11:37.156Z (6 months ago)
- Topics: extract-entities, nlp, r, spacy, speech-tagging
- Language: R
- Homepage: http://spacyr.quanteda.io
- Size: 2.04 MB
- Stars: 253
- Watchers: 19
- Forks: 38
- Open Issues: 24
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
README
---
output:
md_document:
variant: gfm
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "##",
fig.path = "README-"
)
```
```{r echo = FALSE, results = "hide", message = FALSE}
library("badger")
```# [](https://spacyr.quanteda.io)
[](https://CRAN.R-project.org/package=spacyr)
`r badge_devel("quanteda/spacyr", "royalblue")`
[](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"}
```## Comments and feedback
We welcome your comments and feedback. Please file issues on the [issues](https://github.com/quanteda/spacyr/issues) page, and/or send us comments at kbenoit@lse.ac.uk and A.Matsuo@lse.ac.uk.