Path to this page:
./
textproc/word2vec,
Tools for computing distributed representation of words
Branch: CURRENT,
Version: 0.1c,
Package name: word2vec-0.1c,
Maintainer: minskimword2vec is an implementation of the Continuous Bag-of-Words (CBOW)
and the Skip-gram model (SG), as well as several demo scripts. Given
a text corpus, the word2vec tool learns a vector for every word in the
vocabulary using the Continuous Bag-of-Words or the Skip-Gram neural
network architectures.
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2019-12-02) Package added to pkgsrc.se, version word2vec-0.1c (created)
CVS history: (Expand)
2019-12-19 23:24:19 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Package makefile is spelled with lower case m.
|
2019-12-18 01:47:22 by Min Sik Kim | Files touched by this commit (1) |
Log message:
textproc/word2vec: Fix a typo in COMMENT
|
2019-12-02 03:00:42 by Min Sik Kim | Files touched by this commit (7) |
Log message:
textproc/word2vec: Import version 0.1c
word2vec is an implementation of the Continuous Bag-of-Words (CBOW)
and the Skip-gram model (SG), as well as several demo scripts. Given
a text corpus, the word2vec tool learns a vector for every word in the
vocabulary using the Continuous Bag-of-Words or the Skip-Gram neural
network architectures.
|