Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quanteda/spacyr
R wrapper to spaCy NLP
https://github.com/quanteda/spacyr
extract-entities nlp r spacy speech-tagging
Last synced: 3 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T16:58:36.000Z (8 months ago)
- Last Synced: 2024-12-30T08:07:17.320Z (10 days ago)
- Topics: extract-entities, nlp, r, spacy, speech-tagging
- Language: R
- Homepage: http://spacyr.quanteda.io
- Size: 2.13 MB
- Stars: 252
- Watchers: 20
- 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")
```# [![spacyr: an R wrapper for spaCy](https://cdn.rawgit.com/quanteda/spacyr/master/images/spacyr_logo_small.svg)](https://spacyr.quanteda.io)
[![CRAN Version](https://www.r-pkg.org/badges/version/spacyr)](https://CRAN.R-project.org/package=spacyr)
`r badge_devel("quanteda/spacyr", "royalblue")`
[![R-CMD-check](https://github.com/quanteda/spacyr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/quanteda/spacyr/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/quanteda/spacyr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/quanteda/spacyr?branch=master)
[![Downloads](https://cranlogs.r-pkg.org/badges/spacyr)](https://CRAN.R-project.org/package=spacyr)
[![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/spacyr?color=orange)](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 [email protected] and [email protected].