RichDavis1/PHPW2V
A PHP implementation of Word2Vec, a popular word embedding algorithm created by Tomas Mikolov and popularized by Radim Řehůřek & Peter Sojka with the Gensim Python library
This is a tool for developers working with PHP applications. It helps you understand the relationships between words in a collection of text. You provide it with a list of sentences, and it generates numerical representations (vectors) for each word, allowing you to find words that are similar in meaning or context. This is useful for developers building features like content recommendations, search enhancements, or other text analysis functionalities within their PHP projects.
No commits in the last 6 months.
Use this if you are a PHP developer needing to add word embedding capabilities, such as finding semantically similar words or generating word vectors, to your application.
Not ideal if you are not a PHP developer or if you need an out-of-the-box solution for text analysis without writing code.
Stars
46
Forks
12
Language
PHP
License
MIT
Category
Last pushed
Sep 28, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/RichDavis1/PHPW2V"
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
YuyuZha0/word2vec
a word2vec impl of Chinese language, based on deeplearning4j and ansj