Wrapper for Google word2vec
Project description
word2vec
Python interface to Google word2vec.
Training is done using the original C code, other functionality is pure Python with numpy.
Installation
pip install word2vec
The installation requires to compile the original C code:
- The only requirement is
gcc
. - You can override the compilation flags if needed:
W2V_CFLAGS='-march=corei7' pip install word2vec
Windows: There is some support for this support based on this win32 port. Use at your own risk.
Usage
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
word2vec-0.10.2.tar.gz
(60.5 kB
view details)
File details
Details for the file word2vec-0.10.2.tar.gz
.
File metadata
- Download URL: word2vec-0.10.2.tar.gz
- Upload date:
- Size: 60.5 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 | 40f6f30a5f113ffbfc24c5ad5de23bfac897f4c1210fb93685b7fca5c4dee7db |
|
MD5 | c1c4d9c2fa19d1228347bf19c2e7f22f |
|
BLAKE2b-256 | ce515e2782b204015c8aef0ac830297c2f2735143ec90f592b9b3b909bb89757 |