SkillAgentSearch skills...

Word2vec

Python interface to Google word2vec

Install / Use

/learn @danielfrg/Word2vec
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

NOT MAINTAINED

  • I have not used this code in a long time
  • No issues or PRs can be created
  • Latest release doesn't work with newer versions of numpy
  • I recommened moving to a native alternative in Tensorflow or PyTorch

word2vec

pypi build coverage license

Python interface to Google word2vec.

Training is done using the original C code, other functionality is pure Python with numpy.

Installation

pip install word2vec

Compilation

The installation requires to compile the original C code using gcc.

You can override the compilation flags if needed:

WORD2VEC_CFLAGS='-march=corei7' pip install word2vec

Windows: There is basic some support for this support based on this win32 port.

Usage

Example notebook: word2vec

The default functionality from word2vec is available with the following commands:

  • word2vec
  • word2phrase
  • word2vec-distance
  • word2vec-word-analogy
  • word2vec-compute-accuracy

Experimental functionality on doc2vec can be found in this example: doc2vec

View on GitHub
GitHub Stars2.6k
CategoryDevelopment
Updated9h ago
Forks624

Languages

C

Security Score

100/100

Audited on Mar 27, 2026

No findings