quanteda/spacyr
R wrapper to spaCy NLP
This R package allows you to perform advanced natural language processing (NLP) tasks on text data. It takes raw text documents in R and outputs enriched text with annotations for parts of speech, named entities, and more, all within your R environment. It's designed for data scientists, researchers, or anyone working with text analysis in R.
252 stars. No commits in the last 6 months.
Use this if you need to perform detailed text analysis, such as identifying people, organizations, or sentence structure, on your text data directly within R.
Not ideal if you prefer working exclusively in Python or require a very lightweight NLP solution without external dependencies.
Stars
252
Forks
37
Language
R
License
—
Category
Last pushed
Feb 03, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/quanteda/spacyr"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
quanteda/quanteda
An R package for the Quantitative Analysis of Textual Data
juliasilge/tidytext
Text mining using tidy tools :sparkles::page_facing_up::sparkles:
massimoaria/tall
Text Analysis for aLL
keyATM/keyATM
An R package for Keyword Assisted Topic Models
gagolews/stringi
Fast and Portable Character String Processing in R (with the Unicode ICU)