brannondorsey/GloVe-experiments
GloVe word vector embedding experiments (similar to Word2Vec)
This project helps you explore relationships between words in a large body of text. You can input words and perform arithmetic operations (like 'king - man + woman') to discover semantically similar words, or you can group words into clusters based on their meanings. This is ideal for linguists, data scientists, or anyone interested in understanding how words relate to each other in large text datasets.
No commits in the last 6 months.
Use this if you want to experiment with word analogies, explore word relationships, or group words by meaning using a pre-trained language model.
Not ideal if you need to analyze text in languages other than English or require custom training on your own specific domain-specific text corpus.
Stars
67
Forks
18
Language
Python
License
MIT
Category
Last pushed
Jul 06, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/brannondorsey/GloVe-experiments"
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.