{ "info": { "author": "Shkarupa Alex", "author_email": "shkarupa.alex@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# nlpvocab\n\nTokens frequency counter with save/load features.\nSupports save/load with Pickle and TSV formats.\n\nProvides 2 command-line scripts for building words and characters frequency vocabularies.\n\n## Usage from Python\n\n\n```python\n\nfrom nlpvocab import Vocabulary\n\ntext = 'token1 token2 token1 token2 token3'\n\nvocab = Vocabulary()\nvocab.update(text.split())\nvocab.save('vocab.tsv', format=Vocabulary.FORMAT_TSV_WITH_HEADERS)\n```\n\n\n## Usage from command line\n\n\n```bash\n\nnlpvocab-chars /a/b/d/e dir_chars_vocab.tsv\nnlpvocab-words /a/b/d/e dir_words_vocab.tsv\nnlpvocab-chars /a/b.txt file_chars_vocab.tsv\nnlpvocab-words /a/b.txt file_words_vocab.tsv\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/shkarupa-alex/nlpvocab", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "nlpvocab", "package_url": "https://pypi.org/project/nlpvocab/", "platform": "", "project_url": "https://pypi.org/project/nlpvocab/", "project_urls": { "Homepage": "https://github.com/shkarupa-alex/nlpvocab" }, "release_url": "https://pypi.org/project/nlpvocab/1.1.5/", "requires_dist": null, "requires_python": "", "summary": "Frequency vocabulary for NLP purposes", "version": "1.1.5" }, "last_serial": 4541931, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "911041dc1d5b24f45a806b16688edccc", "sha256": "2089b538bb8bb2187f68b01ea35e907e3abcd0a6d4dc1ad8d5adc3cf38c2279a" }, "downloads": -1, "filename": "nlpvocab-1.0.0.tar.gz", "has_sig": false, "md5_digest": "911041dc1d5b24f45a806b16688edccc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2554, "upload_time": "2018-06-11T17:59:49", "url": "https://files.pythonhosted.org/packages/bd/bc/11f576dbc515713720ca40222a9e0db517050b7d1c1951f9565e51dd6f36/nlpvocab-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "5e828cdc8fb5bdbd6571509c8d6e849c", "sha256": "f2f78f336cf628ea1c865bd8dd17b3f745f50cdab2691f636176c4d9fccbb335" }, "downloads": -1, "filename": "nlpvocab-1.0.1.tar.gz", "has_sig": false, "md5_digest": "5e828cdc8fb5bdbd6571509c8d6e849c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3446, "upload_time": "2018-07-25T11:42:36", "url": "https://files.pythonhosted.org/packages/c5/c3/75c6f6e8916d1cfe68cdf959067ed022ab7149c5436a9f1eb6389119562e/nlpvocab-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "62f3f40e09c5c4b9d4cd1fb236f0a14f", "sha256": "29403297004872e096a03fb60b70358161c136ad48b7619ece7129f06bce467f" }, "downloads": -1, "filename": "nlpvocab-1.1.0.tar.gz", "has_sig": false, "md5_digest": "62f3f40e09c5c4b9d4cd1fb236f0a14f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4253, "upload_time": "2018-08-14T15:12:51", "url": "https://files.pythonhosted.org/packages/f6/38/fa6115ac710f0dc3fef4bfb8c29edb029e6dcd903873de2dab9775b80d06/nlpvocab-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "a1608b6abd7ee7432d709fae976f2bcf", "sha256": "2590bd094075ed6ab58cf567b704752c083995f6135afa85e66c63f6be783a49" }, "downloads": -1, "filename": "nlpvocab-1.1.1.tar.gz", "has_sig": false, "md5_digest": "a1608b6abd7ee7432d709fae976f2bcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4368, "upload_time": "2018-08-15T09:37:31", "url": "https://files.pythonhosted.org/packages/d2/99/6a4d8da1e255b9f8a2fc455b00d015af5c25073cfeb675ff98f8d7d351f0/nlpvocab-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "bd2aac95d8818a404f9c6fce986855d9", "sha256": "38a1fad893ea3c892018cd5148d52860ac85a04d4f49335cd8a0d2de22ce74de" }, "downloads": -1, "filename": "nlpvocab-1.1.2.tar.gz", "has_sig": false, "md5_digest": "bd2aac95d8818a404f9c6fce986855d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4412, "upload_time": "2018-10-11T16:35:24", "url": "https://files.pythonhosted.org/packages/7b/09/05a5564ad296fcf217430baa41b03b41532435a5328f04fe736758161f4d/nlpvocab-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "965eaf3eb847fd9458e9f36ce22fef97", "sha256": "037dd25dfa1825e2514ba29997a273ae8e506d11fb43c79c1845fb1050f11385" }, "downloads": -1, "filename": "nlpvocab-1.1.3.tar.gz", "has_sig": false, "md5_digest": "965eaf3eb847fd9458e9f36ce22fef97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4777, "upload_time": "2018-11-27T08:01:15", "url": "https://files.pythonhosted.org/packages/f4/c4/26c3ecef2ff4d7c4c94a60b45a379cd5a9395c67e0e329d501855087196d/nlpvocab-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "46f7f84caadf399ad0b4d9f87821d150", "sha256": "b16465c6f0f8a3a828fb3291aee3a1e1b37074efd541097e20b610b90c49279f" }, "downloads": -1, "filename": "nlpvocab-1.1.4.tar.gz", "has_sig": false, "md5_digest": "46f7f84caadf399ad0b4d9f87821d150", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4996, "upload_time": "2018-11-27T09:35:27", "url": "https://files.pythonhosted.org/packages/46/b8/3e1138a32c5e7eaf5944a7e32404ac7c2aa22122dbd3f852a369fef4d9bc/nlpvocab-1.1.4.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "090203dcd2721c85eb5833d7e7a8db55", "sha256": "66d38d4bf79a21b97059a54bdd5b16240ea8d29c6074595305729515ea93cf4b" }, "downloads": -1, "filename": "nlpvocab-1.1.5.tar.gz", "has_sig": false, "md5_digest": "090203dcd2721c85eb5833d7e7a8db55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5035, "upload_time": "2018-11-29T07:19:54", "url": "https://files.pythonhosted.org/packages/36/02/ee51786e8ff8362b002e7c417f174259b49fe2f63006c8353532523ffdce/nlpvocab-1.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "090203dcd2721c85eb5833d7e7a8db55", "sha256": "66d38d4bf79a21b97059a54bdd5b16240ea8d29c6074595305729515ea93cf4b" }, "downloads": -1, "filename": "nlpvocab-1.1.5.tar.gz", "has_sig": false, "md5_digest": "090203dcd2721c85eb5833d7e7a8db55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5035, "upload_time": "2018-11-29T07:19:54", "url": "https://files.pythonhosted.org/packages/36/02/ee51786e8ff8362b002e7c417f174259b49fe2f63006c8353532523ffdce/nlpvocab-1.1.5.tar.gz" } ] }