{ "info": { "author": "blester125", "author_email": "blester125@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3 :: Only", "Topic :: Scientific/Engineering" ], "description": "# Word Vectors\n\n[\"Build](https://travis-ci.com/blester125/word_vectors)\n\nA fast light library for loading word vectors.\n\n### File Types\n\n#### Glove\n\nA simple vector file that is a plain text file. Each line is a word followed by the vectors with each component (and the word) separated by a space.\n\nThis is both slow and space inefficient.\n\n#### Word2Vec\n\nA simple binary format where the first row is the number of items in the vocab and the size of the vectors. On the next line is a word followed by the vector as a binary string separated by a space.\n\nThis format is compact but slow because you need to read a byte at a time to the find the end of each word.\n\n#### Dense\n\nThis is the new format. It is a binary file where the first 12 bytes are the vocab size, vector size, and max length of a word as unsigned, little endian, ints. Then the words and vectors follow with the words padded to the max length and then the vector.\n\nThis format is a little larger than the word2vec format but it is faster because the location of each item can be calculated quickly. It also allows the possibility of multithreaded reading. This format is smaller than the normal glove format.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/blester125/word_vectors/archive/0.1.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/blester125/word_vectors", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "word-vectors", "package_url": "https://pypi.org/project/word-vectors/", "platform": "", "project_url": "https://pypi.org/project/word-vectors/", "project_urls": { "Download": "https://github.com/blester125/word_vectors/archive/0.1.2.tar.gz", "Homepage": "https://github.com/blester125/word_vectors" }, "release_url": "https://pypi.org/project/word-vectors/0.1.2/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Word Vectors", "version": "0.1.2" }, "last_serial": 4034893, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "76992bf8ba77bc2ce8f5ae4710568a45", "sha256": "80169c55221f8e9a91a18416c78cd36c12a139513ead9078e14d492caf34aeca" }, "downloads": -1, "filename": "word_vectors-0.0.0.tar.gz", "has_sig": false, "md5_digest": "76992bf8ba77bc2ce8f5ae4710568a45", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 1797, "upload_time": "2018-06-28T11:48:24", "url": "https://files.pythonhosted.org/packages/45/58/0a7d5a32592b2e13aa76b1ef89953fe15707630e656a237dbb7fc08a8ae4/word_vectors-0.0.0.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "31cb354390d7a085b2a84bf9b376a7ae", "sha256": "5dca9ed62431aeafd75965237f5cdd8ab5532e7b4c92d008ff19134cac7c7b57" }, "downloads": -1, "filename": "word_vectors-0.1.0.tar.gz", "has_sig": false, "md5_digest": "31cb354390d7a085b2a84bf9b376a7ae", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 4180, "upload_time": "2018-07-01T06:41:01", "url": "https://files.pythonhosted.org/packages/62/3e/65ecf6e317a85de8217ee4739a59bea196f650bd2e96d21f2469c30dd327/word_vectors-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d4553fd1d9648b5b523b9ac64fae3967", "sha256": "67a5a2405f0c2e68188e2fbb81385b38da5603ee2a8e33e769f26294438bdeef" }, "downloads": -1, "filename": "word_vectors-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d4553fd1d9648b5b523b9ac64fae3967", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 4287, "upload_time": "2018-07-01T06:45:06", "url": "https://files.pythonhosted.org/packages/a0/2a/8e4173dfdd2a860cffcc94da06b8fbfc4d1c762c969dae963abd40962da3/word_vectors-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "98d117b12eed0eb6b3aabb76c8014cc0", "sha256": "5b14f2be5ab8d3ea8968f0bee644dbdfe3e845516d423cb96fc4e96198fd1405" }, "downloads": -1, "filename": "word_vectors-0.1.2.tar.gz", "has_sig": false, "md5_digest": "98d117b12eed0eb6b3aabb76c8014cc0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 4312, "upload_time": "2018-07-06T00:47:13", "url": "https://files.pythonhosted.org/packages/68/84/a35ed708907d0da0c206476360509e70bb4afed4ebe57f06a34c075a6c3f/word_vectors-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "98d117b12eed0eb6b3aabb76c8014cc0", "sha256": "5b14f2be5ab8d3ea8968f0bee644dbdfe3e845516d423cb96fc4e96198fd1405" }, "downloads": -1, "filename": "word_vectors-0.1.2.tar.gz", "has_sig": false, "md5_digest": "98d117b12eed0eb6b3aabb76c8014cc0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 4312, "upload_time": "2018-07-06T00:47:13", "url": "https://files.pythonhosted.org/packages/68/84/a35ed708907d0da0c206476360509e70bb4afed4ebe57f06a34c075a6c3f/word_vectors-0.1.2.tar.gz" } ] }