node-word2vec
Version:
word2vec interface for node.js
18 lines (12 loc) • 370 B
Markdown
# node-word2vec
[](https://badge.fury.io/js/node-word2vec)
A npm package of [word2vec](https://code.google.com/archive/p/word2vec/).
## Installation
```bash
npm install node-word2vec
```
## Usage
See [example](./example)
## LICENCE
- MIT (for .ts and .js)
- Apache License 2.0 (for native word2vec sources)