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
- Host: GitHub
- URL: https://github.com/fnl/word2numpy
- Owner: fnl
- Created: 2014-02-03T14:27:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T14:30:04.000Z (over 12 years ago)
- Last Synced: 2023-03-11T13:18:37.784Z (over 3 years ago)
- Language: Python
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/