chakki-works/chakin
Simple downloader for pre-trained word vectors
This tool simplifies accessing pre-trained word embeddings, which are numerical representations of words capturing their meanings and relationships. It takes your request for specific word vector models (like GloVe or fastText for various languages) and provides the ready-to-use data files. Data scientists, NLP engineers, and researchers can use this to quickly set up their text analysis and machine learning projects.
334 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need to integrate pre-computed word embeddings into your natural language processing models without manually searching for and downloading large files.
Not ideal if you need to train your own custom word vectors from scratch or require highly specialized embeddings not commonly available.
Stars
334
Forks
48
Language
Python
License
MIT
Category
Last pushed
Jun 21, 2022
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/chakki-works/chakin"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
shibing624/similarities
Similarities: a toolkit for similarity calculation and semantic search....
explosion/sense2vec
🦆 Contextually-keyed word vectors
sebischair/Lbl2Vec
Lbl2Vec learns jointly embedded label, document and word vectors to retrieve documents with...
pdrm83/sent2vec
How to encode sentences in a high-dimensional vector space, a.k.a., sentence embedding.
maxoodf/word2vec
word2vec++ is a Distributed Representations of Words (word2vec) library and tools...