{ "info": { "author": "Linus Kohl", "author_email": "linus@munichresearch.com", "bugtrack_url": null, "classifiers": [], "description": "# ambiverse-client\n\n**Note:** This client is not affiliated with Ambiverse or the Max-Planck-Institute.\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [License](#license)\n\n## Install\n\nInstall with pip:\n\n```sh\npip install ambiverse-client\n```\n\n## Usage\n\n### KnowledgeGraph Client\n\n```py\nfrom ambiverseclient.clients import KnowledgeGraph\n\nkg = KnowledgeGraph(API_ENDPOINT_HOST, port=API_ENDPOINT_PORT)\nentity_list = [\"http://www.wikidata.org/entity/Q104493\", \"http://www.wikidata.org/entity/Q103968\"]\nresult = kg.entities(entity_list)\n```\n\n### AmbiverseNLU Client\n\n```py\nfrom ambiverseclient.clients import AmbiverseNLU\nfrom ambiverseclient.models import AnalyzeInput\n\nac = AmbiverseNLU(API_ENDPOINT_HOST, port=API_ENDPOINT_PORT)\nrequest_doc = AnalyzeInput(docId=\"test\", language=\"en\")\nrequest_doc.text = \"\"\"Brexit: UBS to move London jobs to Europe as lack of transition deal forces 'significant changes'\n Swiss banking giant expects to merge UK entity with its German-headquartered European ...\"\"\"\nac.analyze(request_doc)\n```\n\n## License\n\nThis code is distributed under the terms of the GPLv3 license. Details can be found in the file\n[LICENSE](LICENSE) in this repository.\n\n## Package Author\nLinus Kohl, ", "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/linuskohl/ambiverse-client", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "ambiverseclient", "package_url": "https://pypi.org/project/ambiverseclient/", "platform": "", "project_url": "https://pypi.org/project/ambiverseclient/", "project_urls": { "Homepage": "https://github.com/linuskohl/ambiverse-client" }, "release_url": "https://pypi.org/project/ambiverseclient/0.2/", "requires_dist": null, "requires_python": ">=3.6", "summary": "", "version": "0.2" }, "last_serial": 5362022, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "05a57281520440c0838f7501cb40232d", "sha256": "03b4f9e21a82f0514d9562661a4b76f0a3d874c3cb01549931090b29063062b3" }, "downloads": -1, "filename": "ambiverseclient-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "05a57281520440c0838f7501cb40232d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 18401, "upload_time": "2019-03-17T19:41:48", "url": "https://files.pythonhosted.org/packages/e8/26/4d18cf6385a325a1c4a639f7fe7b3f88ded9f95145f71cbf4c0c9dcc8965/ambiverseclient-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4c99e7f4a01ca770d0ee30cf96aa46be", "sha256": "6c0a21de97da32e91c2c50b7d7581a0af6dfc4c0d00469b28f4a34cd02a7da88" }, "downloads": -1, "filename": "ambiverseclient-0.1.tar.gz", "has_sig": false, "md5_digest": "4c99e7f4a01ca770d0ee30cf96aa46be", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 17744, "upload_time": "2019-03-17T19:41:50", "url": "https://files.pythonhosted.org/packages/c7/90/3245da27d42629a797b71326243b198bcca00de2d0b402018ea10d5995ac/ambiverseclient-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "b4dd322cc34e6921db92cfe7b90458a7", "sha256": "1189d7ce445148ddd132a9b3f790dafbc67fec6be1fb0a15c5c359405af7533e" }, "downloads": -1, "filename": "ambiverseclient-0.2.tar.gz", "has_sig": false, "md5_digest": "b4dd322cc34e6921db92cfe7b90458a7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5433, "upload_time": "2019-06-05T10:39:45", "url": "https://files.pythonhosted.org/packages/71/e6/99c512e9e9375e8d2d8523205436b9aa72c70eef77b71a40e9642e1481f4/ambiverseclient-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b4dd322cc34e6921db92cfe7b90458a7", "sha256": "1189d7ce445148ddd132a9b3f790dafbc67fec6be1fb0a15c5c359405af7533e" }, "downloads": -1, "filename": "ambiverseclient-0.2.tar.gz", "has_sig": false, "md5_digest": "b4dd322cc34e6921db92cfe7b90458a7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5433, "upload_time": "2019-06-05T10:39:45", "url": "https://files.pythonhosted.org/packages/71/e6/99c512e9e9375e8d2d8523205436b9aa72c70eef77b71a40e9642e1481f4/ambiverseclient-0.2.tar.gz" } ] }