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
- Host: GitHub
- URL: https://github.com/massongit/word2vec2glove
- Owner: massongit
- License: mit
- Created: 2017-10-24T06:01:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T15:22:55.000Z (over 5 years ago)
- Last Synced: 2025-06-03T03:57:13.632Z (4 months ago)
- Topics: glove, word-embeddings, word2vec
- Language: Python
- Size: 43.9 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Word2Vec2GloVe [](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
```