{ "info": { "author": "Artem Kramov", "author_email": "artemkramov@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Python package to extract NP from the Ukrainian language\n\nThis is a simple package to extract noun phrases from a raw Ukrainian text. Use `pip` tool to install the package:\n\n## Installation\nUse `pip` tool to install\n\n`pip install noun-phrase-ua`\n\nCaution: package has several dependencies. Package `udpipe` requires some extra utilities to compile some parts of code.\n\n## Usage\n```\nimport noun_phrase_ua\n\n\nnlp = noun_phrase_ua.NLP()\ntext = '\"\u041f\u043e\u0441\u043b\u0443\u0445\u0430\u0442\u0438 \u0417\u0435\u043b\u0435\u043d\u0441\u044c\u043a\u043e\u0433\u043e, \u0437\u0432\u0438\u0447\u0430\u0439\u043d\u043e, \u0446\u0456\u043a\u0430\u0432\u043e \u0437 \u0446\u0456\u0454\u0457 \u0442\u043e\u0447\u043a\u0438 \u0437\u043e\u0440\u0443. \u0422\u043e\u043c\u0443 \u044f \u0434\u0443\u043c\u0430\u044e, \u0449\u043e \u0434\u0435\u0431\u0430\u0442\u0438 \u0432\u0456\u0434\u0431\u0443\u0434\u0443\u0442\u044c\u0441\u044f. \u0410\u043b\u0435 \u043b\u044e\u0434\u0438, \u0432 \u043f\u0435\u0440\u0448\u0443 \u0447\u0435\u0440\u0433\u0443 \u0431\u0443\u0434\u0443\u0442\u044c \u0441\u043b\u0443\u0445\u0430\u0442\u0438 \u0412\u043e\u043b\u043e\u0434\u0438\u043c\u0438\u0440\u0430 \u0417\u0435\u043b\u0435\u043d\u0441\u044c\u043a\u043e\u0433\u043e. \u0407\u0445 \u0443\u0441\u0456\u0445, \u044f\u043a \u044f \u0440\u043e\u0437\u0443\u043c\u0456\u044e, \u0446\u0456\u043a\u0430\u0432\u0438\u0442\u044c \u0439\u043e\u0433\u043e \u043e\u0441\u043e\u0431\u0438\u0441\u0442\u0456\u0441\u0442\u044c\", - \u0441\u043a\u0430\u0437\u0430\u0432 \u041a\u0443\u0447\u043c\u0430, \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u044e\u0447\u0438 \u043d\u0430 \u043f\u0438\u0442\u0430\u043d\u043d\u044f \u0436\u0443\u0440\u043d\u0430\u043b\u0456\u0441\u0442\u0456\u0432.'\nsummary = nlp.extract_entities(text)\n\n# summary[\"tokens\"] contains list of tokens, summary[\"entities\"] contains groups of indices\n# than represent entities\n\n```\nSee folder `examples` for more details.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/artemkramov/np-extractor-ua", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "noun-phrase-ua", "package_url": "https://pypi.org/project/noun-phrase-ua/", "platform": "", "project_url": "https://pypi.org/project/noun-phrase-ua/", "project_urls": { "Homepage": "https://github.com/artemkramov/np-extractor-ua" }, "release_url": "https://pypi.org/project/noun-phrase-ua/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "Noun phrase extractor for the Ukrainian language", "version": "0.0.3" }, "last_serial": 5134491, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9d74add8d8c685ddefa56002364ad2a3", "sha256": "d58c177d5743cdf486a9e079156307609493c3055ca1a29dd21e10b5338b8938" }, "downloads": -1, "filename": "noun-phrase-ua-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9d74add8d8c685ddefa56002364ad2a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16591229, "upload_time": "2019-04-12T14:27:15", "url": "https://files.pythonhosted.org/packages/3e/81/db638e2ce95c783c772baff30d8813d7685e5e2dfeac3623c784a6389123/noun-phrase-ua-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7d54275ac76e491184ea3a68c7857abf", "sha256": "088cd61980b10c9e364a3b80fed3bd8b6ffa9a025f0d2eabc4a0611229558c01" }, "downloads": -1, "filename": "noun-phrase-ua-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7d54275ac76e491184ea3a68c7857abf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16592359, "upload_time": "2019-04-12T15:22:46", "url": "https://files.pythonhosted.org/packages/64/10/a95a5eb7232f340ff261d9519a3fac086003f644bf9d392176ba6c7924c6/noun-phrase-ua-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "38db20988c541726db4aa451469425a4", "sha256": "ef4ba5bd91c34690b4f328bd0b8e6a9f5ca2cd3fb6f190814f83327616cdc252" }, "downloads": -1, "filename": "noun-phrase-ua-0.0.3.tar.gz", "has_sig": false, "md5_digest": "38db20988c541726db4aa451469425a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16591986, "upload_time": "2019-04-12T15:24:38", "url": "https://files.pythonhosted.org/packages/25/0f/35592ba12bdd2a1c156aa2dca1669a4130fa779a167fad14854239897d06/noun-phrase-ua-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "38db20988c541726db4aa451469425a4", "sha256": "ef4ba5bd91c34690b4f328bd0b8e6a9f5ca2cd3fb6f190814f83327616cdc252" }, "downloads": -1, "filename": "noun-phrase-ua-0.0.3.tar.gz", "has_sig": false, "md5_digest": "38db20988c541726db4aa451469425a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16591986, "upload_time": "2019-04-12T15:24:38", "url": "https://files.pythonhosted.org/packages/25/0f/35592ba12bdd2a1c156aa2dca1669a4130fa779a167fad14854239897d06/noun-phrase-ua-0.0.3.tar.gz" } ] }