py-word2vec: Import version 0.9.4

Python interface to Google word2vec.  Training is done using the
original C, other functionality is pure python + numpy.
This commit is contained in:
Min Sik Kim 2018-06-06 10:58:58 -07:00
parent d1239b26c5
commit 858c621cdf
5 changed files with 64 additions and 0 deletions

View File

@ -3870,6 +3870,7 @@ SUBDIR+= py-websocket
SUBDIR+= py-whelk
SUBDIR+= py-wifite
SUBDIR+= py-willow
SUBDIR+= py-word2vec
SUBDIR+= py-wordpress-xmlrpc
SUBDIR+= py-workerpool
SUBDIR+= py-wpull

2
py-word2vec/DESCR Normal file
View File

@ -0,0 +1,2 @@
Python interface to Google word2vec. Training is done using the
original C, other functionality is pure python + numpy.

15
py-word2vec/Makefile Normal file
View File

@ -0,0 +1,15 @@
# $NetBSD$
DISTNAME= word2vec-0.9.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/word2vec/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/danielfrg/word2vec
COMMENT= Python interface to Google word2vec
LICENSE= apache-2.0
.include "../../math/py-numpy/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

40
py-word2vec/PLIST Normal file
View File

@ -0,0 +1,40 @@
@comment $NetBSD$
bin/word2phrase
bin/word2vec
bin/word2vec-compute-accuracy
bin/word2vec-distance
bin/word2vec-doc2vec
bin/word2vec-word-analogy
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/word2vec/__init__.py
${PYSITELIB}/word2vec/__init__.pyc
${PYSITELIB}/word2vec/__init__.pyo
${PYSITELIB}/word2vec/_version.py
${PYSITELIB}/word2vec/_version.pyc
${PYSITELIB}/word2vec/_version.pyo
${PYSITELIB}/word2vec/io.py
${PYSITELIB}/word2vec/io.pyc
${PYSITELIB}/word2vec/io.pyo
${PYSITELIB}/word2vec/scripts_interface.py
${PYSITELIB}/word2vec/scripts_interface.pyc
${PYSITELIB}/word2vec/scripts_interface.pyo
${PYSITELIB}/word2vec/tests/__init__.py
${PYSITELIB}/word2vec/tests/__init__.pyc
${PYSITELIB}/word2vec/tests/__init__.pyo
${PYSITELIB}/word2vec/tests/test_word2vec.py
${PYSITELIB}/word2vec/tests/test_word2vec.pyc
${PYSITELIB}/word2vec/tests/test_word2vec.pyo
${PYSITELIB}/word2vec/utils.py
${PYSITELIB}/word2vec/utils.pyc
${PYSITELIB}/word2vec/utils.pyo
${PYSITELIB}/word2vec/word2vec_noop.so
${PYSITELIB}/word2vec/wordclusters.py
${PYSITELIB}/word2vec/wordclusters.pyc
${PYSITELIB}/word2vec/wordclusters.pyo
${PYSITELIB}/word2vec/wordvectors.py
${PYSITELIB}/word2vec/wordvectors.pyc
${PYSITELIB}/word2vec/wordvectors.pyo

6
py-word2vec/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2014/07/26 13:14:46 jihbed Exp $
SHA1 (word2vec-0.9.4.tar.gz) = 9937db662c1992c0f72533a1bbfc6e3b2211bf19
RMD160 (word2vec-0.9.4.tar.gz) = aad598bb3bdecc4fe886e2d7424d929b9df3948a
SHA512 (word2vec-0.9.4.tar.gz) = 78a0b08544700444f0779dea637429562f72655c96bbc204c2e0c7a22cadc7687c4b65cbcca5c76001f36c4ff5b7229a252b05a54633fa0564af92237cd263b0
Size (word2vec-0.9.4.tar.gz) = 54434 bytes