{ "info": { "author": "John Wiseman", "author_email": "jjwiseman@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "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 :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Human Machine Interfaces", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": ".. image:: https://travis-ci.org/wiseman/pyluis.svg?branch=master\n :target: https://travis-ci.org/wiseman/pyluis\n\npyluis\n======\n\nThis is a Python interface to `Microsoft LUIS `\n(Language Understanding Intelligent Service).\n\nHow to use it\n-------------\n\nAfter you have created and published your LUIS application, you can\nuse it to analyze text::\n\n >>> import luis\n\n # Use the URL LUIS gives you when you publish your app.\n >>> l = luis.Luis(url='https://https://api.projectoxford.ai/luis/...')\n\n # Send text to be analyzed:\n >>> r = l.analyze('fly forward 10 feet')\n\n # See all identified intents:\n >>> print r.intents\n [,\n ,\n ,\n ...]\n\n # See all identified entities:\n >>> print r.entities\n [,\n ]\n\n # What was the highest-scored intent?\n >>> best = r.best_intent()\n >>> print best\n \n >>> print best.intent\n u'TRANSLATE'\n >>> print best.score\n 1.0", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wiseman/pyluis", "keywords": "nlp nlu naturallanguage text classification development", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "luis", "package_url": "https://pypi.org/project/luis/", "platform": "", "project_url": "https://pypi.org/project/luis/", "project_urls": { "Homepage": "https://github.com/wiseman/pyluis" }, "release_url": "https://pypi.org/project/luis/2.0.2/", "requires_dist": null, "requires_python": "", "summary": "A Python interface to Microsoft LUIS.", "version": "2.0.2" }, "last_serial": 3037759, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "274046257c7219e412f2570280add733", "sha256": "bb34a2f305c9eb2d99f3eb2eb1f04a6f6da5deb38b414c8604916e0eed3be360" }, "downloads": -1, "filename": "luis-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "274046257c7219e412f2570280add733", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3388, "upload_time": "2016-01-27T00:43:44", "url": "https://files.pythonhosted.org/packages/de/a0/bbd46048e08bd1a9ef4d0385a89c3d4cf7a329ee510714b7ed5a388e0dba/luis-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "72b8be6645e630641d798a6692a39cec", "sha256": "abab321ffd07cf1aed61c8be000fb0869787a0d17b0a6f71e65291c39594d81b" }, "downloads": -1, "filename": "luis-0.0.1.tar.gz", "has_sig": false, "md5_digest": "72b8be6645e630641d798a6692a39cec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2731, "upload_time": "2016-01-27T00:44:04", "url": "https://files.pythonhosted.org/packages/d2/4b/eda22b587ed9978d865365df7a11c6530ca7b32b1f36790527ef4cbb6be1/luis-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "ae13b7f48b302b9d30a84c042184f602", "sha256": "b0ee302b663803fa09b79688bf89feb021f7a3c5824d9e8c85eaf02da5bee97d" }, "downloads": -1, "filename": "luis-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ae13b7f48b302b9d30a84c042184f602", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5186, "upload_time": "2016-01-27T18:08:02", "url": "https://files.pythonhosted.org/packages/57/82/cace3972bf2e92127f4b035f6e4eab7abf7091a43d32121762d6cfbb3617/luis-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "f8f757a018e4d6cf1f1fa2d71faebdad", "sha256": "56e725195e358e51df7433470f19f1d82808e9abc75af827cd7eceb954cb7ab1" }, "downloads": -1, "filename": "luis-0.0.3.tar.gz", "has_sig": false, "md5_digest": "f8f757a018e4d6cf1f1fa2d71faebdad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5214, "upload_time": "2016-01-27T18:12:44", "url": "https://files.pythonhosted.org/packages/ac/9b/003894cfeabf2d98f1327303b82922e718b18de1407bbb035d1c40f6c0cd/luis-0.0.3.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "043544a79b1491dc615dbf4145bec1d9", "sha256": "5c817bab10f64420e8968c454541c89144f5747103cd08410e39018a4cf3f79f" }, "downloads": -1, "filename": "luis-1.0.0.tar.gz", "has_sig": false, "md5_digest": "043544a79b1491dc615dbf4145bec1d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5290, "upload_time": "2016-01-27T19:03:50", "url": "https://files.pythonhosted.org/packages/f6/fa/4dec3357bfdd1a0246198826e93f7ff5847a9de67119cab7b547aa4cd7ff/luis-1.0.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "6719480848c2d46519d4792ee7053400", "sha256": "2e2476d90ed126cde9f984d6f909a6ed6d4c3ba4335153d10dd9eb18033fd0af" }, "downloads": -1, "filename": "luis-2.0.0.tar.gz", "has_sig": false, "md5_digest": "6719480848c2d46519d4792ee7053400", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5169, "upload_time": "2016-01-28T22:36:57", "url": "https://files.pythonhosted.org/packages/4f/e0/a1aa60f49eceb1ff9d3742984e8bece21592ed69be22f263a449ab0fe8b3/luis-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "7dac427b7643a7e3ea3cff18e246c7db", "sha256": "338f85170e96ab5115f8732e2db9a37632a26e22d9574751cf76f6847784c225" }, "downloads": -1, "filename": "luis-2.0.1.tar.gz", "has_sig": false, "md5_digest": "7dac427b7643a7e3ea3cff18e246c7db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5256, "upload_time": "2016-03-28T23:41:30", "url": "https://files.pythonhosted.org/packages/63/69/8e9313cffa8d928fb31c12a0dc04e5c5d75e6b87d54494b0e68355f3a17a/luis-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "3cfc4c0126904e2feb9075b843603cfa", "sha256": "f548f88001d821bb22764f2e55c5bb873f1c11361cfb6ed702580c50d0a94f5b" }, "downloads": -1, "filename": "luis-2.0.2.tar.gz", "has_sig": false, "md5_digest": "3cfc4c0126904e2feb9075b843603cfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5254, "upload_time": "2017-07-20T20:38:22", "url": "https://files.pythonhosted.org/packages/3a/49/8e6a31e1ddb1673e2e6e912ffb5abc7d1da97d9d79b1aa8a37d0732b756b/luis-2.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3cfc4c0126904e2feb9075b843603cfa", "sha256": "f548f88001d821bb22764f2e55c5bb873f1c11361cfb6ed702580c50d0a94f5b" }, "downloads": -1, "filename": "luis-2.0.2.tar.gz", "has_sig": false, "md5_digest": "3cfc4c0126904e2feb9075b843603cfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5254, "upload_time": "2017-07-20T20:38:22", "url": "https://files.pythonhosted.org/packages/3a/49/8e6a31e1ddb1673e2e6e912ffb5abc7d1da97d9d79b1aa8a37d0732b756b/luis-2.0.2.tar.gz" } ] }