An open API service indexing awesome lists of open source software.

https://github.com/massongit/word2vec2glove

A script to convert Word2Vec model to GloVe format
https://github.com/massongit/word2vec2glove

glove word-embeddings word2vec

Last synced: 2 months ago
JSON representation

A script to convert Word2Vec model to GloVe format

Awesome Lists containing this project

README

          

# Word2Vec2GloVe [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
A script to convert Word2Vec model to GloVe format (text format)

## Author
Masaya Suzuki <>

## Installation
```bash
$ pipenv install
```

## Usage
```bash
$ pipenv run python word2vec2glove.py word2vec.model > glove.model
```