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

https://github.com/fnl/word2numpy

A Python 3.0 port of word2vec.py, in itself a Python 2.7 port of word2vec
https://github.com/fnl/word2numpy

Last synced: 23 days ago
JSON representation

A Python 3.0 port of word2vec.py, in itself a Python 2.7 port of word2vec

Awesome Lists containing this project

README

          

word2numpy
==========

This is a quick-and-dirty port of the [word2vec.py][2] Cython implementation of [word2vec][4] provided in [gensim][1] (a Python 2.7 project on [GitHub][3]) to Python 3.0+.

[1]: http://radimrehurek.com/gensim/
[2]: https://github.com/piskvorky/gensim/blob/develop/gensim/models/word2vec.py
[3]: https://github.com/piskvorky/gensim
[4]: https://code.google.com/p/word2vec/