madcato/word2vec-rb
Ruby interface gem to use word2vec arithmetics.
This is a Ruby library for working with word vectors. It allows you to feed text data into it and then perform operations like finding words similar to a given word, or identifying analogies (e.g., 'Paris' is to 'France' as 'Madrid' is to 'Spain'). This tool is for Ruby developers who need to integrate word similarity and semantic reasoning into their applications.
No commits in the last 6 months.
Use this if you are a Ruby developer and want to incorporate semantic analysis of text, such as finding related words or solving word analogies, directly into your Ruby applications.
Not ideal if you are not a Ruby developer or need a high-level, language-agnostic API for advanced natural language processing tasks.
Stars
8
Forks
—
Language
C
License
—
Category
Last pushed
May 06, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/madcato/word2vec-rb"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shibing624/similarities
Similarities: a toolkit for similarity calculation and semantic search....
explosion/sense2vec
🦆 Contextually-keyed word vectors
chakki-works/chakin
Simple downloader for pre-trained 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.