PHPackages                             spinettainc/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. spinettainc/phpw2v

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

spinettainc/phpw2v
==================

A forked version of the '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'.

0.1.0-alpha(2y ago)41.2k3[1 PRs](https://github.com/SpinettaInc/PHPW2V/pulls)MITPHPPHP &gt;=8.1

Since Jun 11Pushed 1y agoCompare

[ Source](https://github.com/SpinettaInc/PHPW2V)[ Packagist](https://packagist.org/packages/spinettainc/phpw2v)[ RSS](/packages/spinettainc-phpw2v/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

PHPW2V
======

[](#phpw2v)

A forked version of the "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 spinettainc/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)

```
