Wrapper for Google word2vec
Project description
word2vec
Python interface to Google word2vec.
Training is done using the original C, other functionality is pure python + numpy.
Installation
I recommend the Anaconda python distribution
pip install word2vec
Wheel: Wheels packages for OS X and Windows are provided on Pypi on a
best effort sense. The code is quite easy to compile so consider using:
--no-use-wheel
on Linux and OS X.
Linux: There is no wheel support for linux so you have to compile the
C code. The only requirement is gcc
. You can override the compilation flags
if needed: CFLAGS='-march=corei7' pip install word2vec
Windows: Very experimental support based this win32 port
Usage
The easiest way is to look at this example: word2vec
The default functionality from word2vec is also available from the command line as:
- word2vec
- word2phrase
- word2vec-distance
- word2vec-word-analogy
- word2vec-compute-accuracy
Experimental functionality on doc2vec can be found in this other example: doc2vec
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file word2vec-0.10.1.tar.gz
.
File metadata
- Download URL: word2vec-0.10.1.tar.gz
- Upload date:
- Size: 61.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57bccbb0890838d163c10593431ca3176728a16d272f00f632cbc03b8f0173c7 |
|
MD5 | 04d34146dd393342f640df10259e7918 |
|
BLAKE2b-256 | 0ed420fdb0e72877c8fcb7c7f67f82c9828edc7f1a4cce12507884f1a4ed19ca |