bnosac/ruimtehol
R package to Embed All the Things! using StarSpace
This R package helps data scientists, researchers, and analysts work with text data. It takes in collections of text, like documents, sentences, or words, and converts them into numerical representations called embeddings. These embeddings can then be used to find similar texts, recommend content, classify documents into categories, or understand relationships between entities, making complex text analysis more accessible and efficient.
103 stars.
Use this if you need to transform text data into numerical vectors for tasks like content recommendations, document classification, or finding similarities between pieces of text within the R environment.
Not ideal if you are looking for a simple, out-of-the-box solution for complex natural language processing tasks without any coding, or if you prefer a Python-based ecosystem.
Stars
103
Forks
13
Language
C++
License
MPL-2.0
Category
Last pushed
Nov 27, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/bnosac/ruimtehol"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MilaNLProc/contextualized-topic-models
A python package to run contextualized topic modeling. CTMs combine contextualized embeddings...
vinid/cade
Compass-aligned Distributional Embeddings. Align embeddings from different corpora
spcl/ncc
Neural Code Comprehension: A Learnable Representation of Code Semantics
criteo-research/CausE
Code for the Recsys 2018 paper entitled Causal Embeddings for Recommandation.
vintasoftware/entity-embed
PyTorch library for transforming entities like companies, products, etc. into vectors to support...