Planeshifter/node-word2vec
Node.js interface to the Google word2vec tool.
This tool helps analyze large amounts of text to understand the relationships between words and phrases. You provide it with a text document, and it outputs a model that can tell you how similar words are, find words most like a given phrase, or even complete analogies. It's designed for natural language processing specialists, linguists, or data analysts working with text data.
354 stars. No commits in the last 6 months.
Use this if you need to derive quantitative relationships between words and phrases from a large text corpus for tasks like content analysis or semantic search.
Not ideal if you're looking for a simple keyword search tool or don't have large text datasets to train the model.
Stars
354
Forks
55
Language
C
License
Apache-2.0
Category
Last pushed
Aug 09, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Planeshifter/node-word2vec"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
nathanrooy/word2vec-from-scratch-with-python
A very simple, bare-bones, inefficient, implementation of skip-gram word2vec from scratch with Python
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...
YuyuZha0/word2vec
a word2vec impl of Chinese language, based on deeplearning4j and ansj