PHPackages                             rich-davis1/phpw2v - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rich-davis1/phpw2v

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rich-davis1/phpw2v
==================

A PHP implementation of Word2Vec, a popular word embedding algorithm created by Tomas Mikolov and popularized by Radim Řehůřek &amp; Peter Sojka with the Gensim Python library.

V1.3(5y ago)481.2k12[2 issues](https://github.com/RichDavis1/PHPW2V/issues)MITPHPPHP &gt;=7.4CI failing

Since Apr 20Pushed 5y ago3 watchersCompare

[ Source](https://github.com/RichDavis1/PHPW2V)[ Packagist](https://packagist.org/packages/rich-davis1/phpw2v)[ RSS](/packages/rich-davis1-phpw2v/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

PHPW2V
======

[](#phpw2v)

A PHP implementation of Word2Vec, a popular word embedding algorithm created by Tomas Mikolov and popularized by Radim Řehůřek &amp; Peter Sojka with the Gensim Python library

Installation
------------

[](#installation)

Install PHPW2V into your project using [Composer](https://getcomposer.org/):

```
$ composer require rich-davis1/phpw2v
```

### Requirements

[](#requirements)

- [PHP](https://php.net/manual/en/install.php) 7.4 or above

Using PHPW2v
------------

[](#using-phpw2v)

### Step 1: Require Vendor autoload and import PHPW2V at the top of your file

[](#step-1-require-vendor-autoload-and-import-phpw2v-at-the-top-of-your-file)

```
