{ "info": { "author": "Lan-Yixiao_Eathoublu", "author_email": "1012950361@qq.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "\n# SHiNiNG nlp toolkit\n## The easiest and powerful deep-learning-text-classifier for human beings and all purposes.\n## AUTHOR - Lan-Yixiao Eathoublu From Northeastern University Shenyang China.\n## Contact: 1012950361@qq.com\n\n\n## Introduce\n\nThis is a lightweight nlp toolkit based on keras, tensorflow, gensim and jieba. So you should install these package at first.\nIt provided only two APIs which is the easiest and powerful way for users to train there model and use it in production environment for all purposes.\n\n\n## How to use it?\nTo use it is easy.\n```python\n\nimport SHiNiNG\n\nsng = SHiNiNG.Shining() # get instance of Shining.\n\n```\n\nThere\u2019s only two APIs.\n\n```python\nShining().train_from_file(text_src='', tag_src='') # get data and target split by \u2018\\n\u2019 in files, you should run this method first to get trained model to predict. All of it is automatically done.\nShining().predict_from_file(src_file_path='') # get data need to be predict from file, and get the target in \u2018output.txt\u2019\n\n```\n\n\n\n\n\n\n\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/eathoublu/SHiNiNG", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "SHiNiNG", "package_url": "https://pypi.org/project/SHiNiNG/", "platform": "", "project_url": "https://pypi.org/project/SHiNiNG/", "project_urls": { "Homepage": "https://github.com/eathoublu/SHiNiNG" }, "release_url": "https://pypi.org/project/SHiNiNG/0.0.1.0/", "requires_dist": [ "keras", "jieba", "gensim", "tensorflow", "numpy", "tqdm; extra == 'fancy feature'" ], "requires_python": ">=3.6.0", "summary": "The easiest and powerful deep-learning-text-classifier based on keras and gensim for human beings and all purposes.", "version": "0.0.1.0" }, "last_serial": 4844743, "releases": { "0.0.1.0": [ { "comment_text": "", "digests": { "md5": "623655d11f82d557a94dbb9f1aad0b39", "sha256": "e48d8aaaa9e3dea4de1a469cd94a99180804aeddc861d4a9ea32ae29c3b25d31" }, "downloads": -1, "filename": "SHiNiNG-0.0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "623655d11f82d557a94dbb9f1aad0b39", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.0", "size": 8942, "upload_time": "2019-02-20T10:13:03", "url": "https://files.pythonhosted.org/packages/ec/e3/48e99dce2532edacbbd3cb100f885aeaad2d955a815ca64b6fef8c82849d/SHiNiNG-0.0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c4d2372ae4f9fd3f33934504910bb3a4", "sha256": "512f5f66e36efc0535bf732414402b3c6c3804f92fde041fa0f15e4e52a6cbb0" }, "downloads": -1, "filename": "SHiNiNG-0.0.1.0.tar.gz", "has_sig": false, "md5_digest": "c4d2372ae4f9fd3f33934504910bb3a4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 9205, "upload_time": "2019-02-20T10:13:05", "url": "https://files.pythonhosted.org/packages/f5/55/15827d0a79ec3ad17422e4bc633e986607f96818ce003b33c4f6f683e21c/SHiNiNG-0.0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "623655d11f82d557a94dbb9f1aad0b39", "sha256": "e48d8aaaa9e3dea4de1a469cd94a99180804aeddc861d4a9ea32ae29c3b25d31" }, "downloads": -1, "filename": "SHiNiNG-0.0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "623655d11f82d557a94dbb9f1aad0b39", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.0", "size": 8942, "upload_time": "2019-02-20T10:13:03", "url": "https://files.pythonhosted.org/packages/ec/e3/48e99dce2532edacbbd3cb100f885aeaad2d955a815ca64b6fef8c82849d/SHiNiNG-0.0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c4d2372ae4f9fd3f33934504910bb3a4", "sha256": "512f5f66e36efc0535bf732414402b3c6c3804f92fde041fa0f15e4e52a6cbb0" }, "downloads": -1, "filename": "SHiNiNG-0.0.1.0.tar.gz", "has_sig": false, "md5_digest": "c4d2372ae4f9fd3f33934504910bb3a4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 9205, "upload_time": "2019-02-20T10:13:05", "url": "https://files.pythonhosted.org/packages/f5/55/15827d0a79ec3ad17422e4bc633e986607f96818ce003b33c4f6f683e21c/SHiNiNG-0.0.1.0.tar.gz" } ] }