chatopera/node-word2vec
Word2vec Model Reader for Node.js Client
This is a tool for developers who are building applications using Node.js and need to work with pre-trained Word2vec models. It allows you to load an existing Word2vec model and then use it to get vector representations for words, find the size and dimension of your vocabulary, or identify words semantically similar to a given word. This is specifically for JavaScript developers working with text data in their applications.
No commits in the last 6 months.
Use this if you are a Node.js developer building an application that needs to understand relationships between words by leveraging an existing Word2vec model.
Not ideal if you are not a Node.js developer or if you need to train your own Word2vec models from scratch within your application.
Stars
13
Forks
4
Language
C
License
—
Category
Last pushed
May 08, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/chatopera/node-word2vec"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
nathanrooy/word2vec-from-scratch-with-python
A very simple, bare-bones, inefficient, implementation of skip-gram word2vec from scratch with Python
Planeshifter/node-word2vec
Node.js interface to the Google word2vec tool.
thunlp/paragraph2vec
Paragraph Vector Implementation
akoksal/Turkish-Word2Vec
Pre-trained Word2Vec Model for Turkish
RichDavis1/PHPW2V
A PHP implementation of Word2Vec, a popular word embedding algorithm created by Tomas Mikolov...