bnosac/word2vec
Distributed Representations of Words using word2vec
This R package helps linguists, social scientists, and marketers understand the relationships between words in large bodies of text. You input raw text or pre-processed text data, and it outputs a model that can find similar words, identify analogies (e.g., "king - man + woman = queen"), and visualize word relationships. It's designed for data analysts and researchers who work with text in R.
Use this if you need to discover hidden semantic connections in text data or analyze word usage patterns using the R programming language.
Not ideal if you need a pre-built solution for sentiment analysis or topic modeling, or if you prefer a different programming environment like Python.
Stars
72
Forks
4
Language
C++
License
Apache-2.0
Category
Last pushed
Nov 26, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/bnosac/word2vec"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shibing624/text2vec
text2vec, text to vector....
predict-idlab/pyRDF2Vec
đ Python Implementation and Extension of RDF2Vec
IntuitionEngineeringTeam/chars2vec
Character-based word embeddings model based on RNN for handling real world texts
IITH-Compilers/IR2Vec
Implementation of IR2Vec, LLVM IR Based Scalable Program Embeddings
ddangelov/Top2Vec
Top2Vec learns jointly embedded topic, document and word vectors.