OscarKjell/text
Using Transformers from HuggingFace in R
This package helps R users transform raw digital text into numerical 'word embeddings' that capture meaning and context, enabling advanced language analysis. It takes your text data and outputs these numerical representations, which can then be used for tasks like predicting outcomes or visualizing language patterns. It's designed for social and behavioral scientists, researchers, or anyone in R who needs to analyze human language using state-of-the-art AI techniques.
157 stars.
Use this if you are an R user who needs to convert text data into meaningful numerical representations for deep learning or statistical analysis, especially if you work with social or behavioral science data.
Not ideal if you need a simple word count or basic keyword extraction, or if you are not working within the R programming environment.
Stars
157
Forks
30
Language
R
License
—
Category
Last pushed
Mar 09, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/OscarKjell/text"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
azukds/tubular
Python package implementing ML feature engineering and pre-processing for polars or pandas dataframes.
huggingface/course
The Hugging Face course on Transformers
huggingface/audio-transformers-course
The Hugging Face Course on Transformers for Audio
rickiepark/nlp-with-transformers
<트랜스포머를 활용한 자연어 처리> 예제 코드를 위한 저장소입니다.
NielsRogge/Transformers-Tutorials
This repository contains demos I made with the Transformers library by HuggingFace.