{ "info": { "author": "Ekate Kuznetsova", "author_email": "char-classify@technekate.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries", "Topic :: Text Processing" ], "description": "Char Classifier\n---------\n\nGiven a short phrase, train a neural network to classify it based on the characters that it contains.\n\nThe trainer takes in a file of phrases (separated by new line) and a file of target values (separated by new line).\n\nTo train on the sample data (parts of speech classification):\n\n```\nimport chClassifier\np = chClassifier.Trainer(\"sample/words\", \"sample/parts-of-speech\")\np.train([100, 100], 20, 100)\np.save(\"sample\", \"example-run\")\n```\n\nThis will save a trained model with the tag 'example-run' in the sample directory. To use that model, run:\n\n```\nimport chClassifier\nk = chClassifier.Classifier(\"sample\", \"example-run\")\nprint k.classify(\"dog\")\n```\n\nThis will return an array of tuples of original label + likelyhood that the label is correct, like so:\n\n```\n>> print k.classify(\"dog\")\n[(u'VB', 0.050349433), (u'NN', 3.8027303)]\n```\n\nThe higher the number, the more sure we are of the classification (`dog` is definitely a noun, for example, and probably not a verb).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ekatek/char-classify", "keywords": "deep-learning machine-learning string classifier", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "chClassifier", "package_url": "https://pypi.org/project/chClassifier/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/chClassifier/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ekatek/char-classify" }, "release_url": "https://pypi.org/project/chClassifier/0.6.4/", "requires_dist": null, "requires_python": null, "summary": "Neural Network to classify short strings", "version": "0.6.4" }, "last_serial": 2000936, "releases": { "0.6.0": [ { "comment_text": "", "digests": { "md5": "a5264c1022367fb6401e9acd59e47b52", "sha256": "2a732e71f9da68ddab55a559f0c7df99cc5192b00cf3e195127175898a477489" }, "downloads": -1, "filename": "chClassifier-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a5264c1022367fb6401e9acd59e47b52", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6452, "upload_time": "2016-02-26T04:46:17", "url": "https://files.pythonhosted.org/packages/3a/31/2be65a9342fdb6db8cb9af9248a2b343876ce46943c159891b873a570292/chClassifier-0.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b2411169874f73c084912b06085ab8ba", "sha256": "77727d75c9a875316ce34ff611fa86ca3945627a93807b7df8643915c0b91d37" }, "downloads": -1, "filename": "chClassifier-0.6.0.tar.gz", "has_sig": false, "md5_digest": "b2411169874f73c084912b06085ab8ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5656, "upload_time": "2016-02-26T04:46:11", "url": "https://files.pythonhosted.org/packages/70/e9/b965651fdc7e385c7518b7e34242833a08f73c941c960601b420b87b8c22/chClassifier-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "a9642a3fd397df0e033d3793828b2588", "sha256": "543cc066790fe2068395b5b704ae068adad856695c1ca1e75289a38a69642ec0" }, "downloads": -1, "filename": "chClassifier-0.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9642a3fd397df0e033d3793828b2588", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6444, "upload_time": "2016-02-26T04:49:08", "url": "https://files.pythonhosted.org/packages/21/27/f305a061dc10a718c8c58aae70bacdd6bf8cbd3cd79f25c7d16f67d7ac0e/chClassifier-0.6.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8d50f25ad5abb0d146c5897849f5123f", "sha256": "3997afd195aa0fd9239274dd0634678fe287d41e43bea37bae204a80e0182942" }, "downloads": -1, "filename": "chClassifier-0.6.1.tar.gz", "has_sig": false, "md5_digest": "8d50f25ad5abb0d146c5897849f5123f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5645, "upload_time": "2016-02-26T04:49:02", "url": "https://files.pythonhosted.org/packages/45/2d/2f92edc18fbf1925cac45790f5ffb1f8707007ad9f743f42914f58e3e5dd/chClassifier-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "69feb22f00192648a6b61e7be033a3f5", "sha256": "6d0d1728b7dd0c2ecf84224e0e80fc6b52e7af4d28f5a765b491632dbf0cf655" }, "downloads": -1, "filename": "chClassifier-0.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "69feb22f00192648a6b61e7be033a3f5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10182, "upload_time": "2016-02-26T05:25:28", "url": "https://files.pythonhosted.org/packages/14/cb/705de16ccc8a83aad26391cc0aee9cb0a7d6c4edde6704501230c014f5e2/chClassifier-0.6.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5011e1f07133d6c343872d4040d8f64a", "sha256": "27a420001b7f89abd8cd27dc6917eddc3e9d69593cb1ad21e19104210d56ff01" }, "downloads": -1, "filename": "chClassifier-0.6.2.tar.gz", "has_sig": false, "md5_digest": "5011e1f07133d6c343872d4040d8f64a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5687, "upload_time": "2016-02-26T05:25:23", "url": "https://files.pythonhosted.org/packages/55/c0/4c66588de730640d24ff3e230e90b418ef5f470fcdfeef91113e2196cda8/chClassifier-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "68fa713c96176e870c1a851ca055ae9c", "sha256": "996989fcb1d1c66f5f5c6a728f4f184d7c7cb914b8f6ee1ef94ae46d2395eea9" }, "downloads": -1, "filename": "chClassifier-0.6.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "68fa713c96176e870c1a851ca055ae9c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10536, "upload_time": "2016-03-11T08:07:15", "url": "https://files.pythonhosted.org/packages/ea/78/fde63b036f2c6891608cfc5c1c9e9767a0910634a3a2ce3ec0cefb2a9bc0/chClassifier-0.6.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc752325e402385cb4dd0e6f196a384c", "sha256": "457c2c8c199b7df437f365819274ff3b95863d276052c3cbd81b9eb75c6fe8c4" }, "downloads": -1, "filename": "chClassifier-0.6.3.tar.gz", "has_sig": false, "md5_digest": "dc752325e402385cb4dd0e6f196a384c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5847, "upload_time": "2016-03-11T08:07:01", "url": "https://files.pythonhosted.org/packages/eb/83/8ac173afbeca93f680981a53cf0dc4d1646e334410e8667037c1aa2ba192/chClassifier-0.6.3.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "66f2c7b564bf9f7d260295312ec5fce6", "sha256": "dc2e34ab2c9f45e9132fde47ea1f8028085fe5e1e9b0b53640c5a2d226fedb21" }, "downloads": -1, "filename": "chClassifier-0.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "66f2c7b564bf9f7d260295312ec5fce6", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10536, "upload_time": "2016-03-11T08:10:15", "url": "https://files.pythonhosted.org/packages/22/02/eca7b122ffdf078e4bf47302b0e20a14ea2f8e5939e0a39ca2a940d9d7d5/chClassifier-0.6.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4779292e9a59a665985ccf1adb38f66d", "sha256": "879448bd980b03d10593f425c9f900fcb2e8f8d2962798fbed6023dff78634f2" }, "downloads": -1, "filename": "chClassifier-0.6.4.tar.gz", "has_sig": false, "md5_digest": "4779292e9a59a665985ccf1adb38f66d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5844, "upload_time": "2016-03-11T08:10:05", "url": "https://files.pythonhosted.org/packages/47/b2/5935b2c7f6fef597b3ab9c1c61a97195195017db9d60cd214d14f1d0bc57/chClassifier-0.6.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "66f2c7b564bf9f7d260295312ec5fce6", "sha256": "dc2e34ab2c9f45e9132fde47ea1f8028085fe5e1e9b0b53640c5a2d226fedb21" }, "downloads": -1, "filename": "chClassifier-0.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "66f2c7b564bf9f7d260295312ec5fce6", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10536, "upload_time": "2016-03-11T08:10:15", "url": "https://files.pythonhosted.org/packages/22/02/eca7b122ffdf078e4bf47302b0e20a14ea2f8e5939e0a39ca2a940d9d7d5/chClassifier-0.6.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4779292e9a59a665985ccf1adb38f66d", "sha256": "879448bd980b03d10593f425c9f900fcb2e8f8d2962798fbed6023dff78634f2" }, "downloads": -1, "filename": "chClassifier-0.6.4.tar.gz", "has_sig": false, "md5_digest": "4779292e9a59a665985ccf1adb38f66d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5844, "upload_time": "2016-03-11T08:10:05", "url": "https://files.pythonhosted.org/packages/47/b2/5935b2c7f6fef597b3ab9c1c61a97195195017db9d60cd214d14f1d0bc57/chClassifier-0.6.4.tar.gz" } ] }