Metadata-Version: 2.0
Name: wordvecspace
Version: 0.4
Summary: A high performance pure python module that helps in loading and performing operations on word vector spaces created using Google's Word2vec tool. It also supports converting word vector space data (vectors and vocabulary) from Google Word2Vec format to WordVecSpace format.
Home-page: https://github.com/deep-compute/wordvecspace
Author: Deep Compute, LLC
Author-email: contact@deepcompute.com
License: MIT License
Download-URL: https://github.com/deep-compute/wordvecspace/tarball/0.4
Keywords: wordvecspace
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: basescript
Requires-Dist: numba (==0.34.0)
Requires-Dist: numpy (==1.13.1)
Requires-Dist: pandas (==0.20.3)
Provides-Extra: cuda
Requires-Dist: pycuda (==2017.1.1); extra == 'cuda'
Requires-Dist: scikit-cuda (==0.5.1); extra == 'cuda'

UNKNOWN


