{ "info": { "author": "Palle Klewitz", "author_email": "", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# SemCluster\n Unsupervised Automatic Keyphrase Extraction Using Affinity Propagation\n\n### Installation\n\n1. Clone this Repo and its submodules using\n ```bash\n git clone --recurse-submodules git@code.siemens.com:palle.klewitz/semcluster.git\n ```\n\n2. Install esa-wiki\n ```bash\n cd ESA-Wiki\n python3 setup.py sdist bdist_wheel\n pip3 install dist/wiki_esa-0.0.1-py3-none-any.whl\n cd ..\n ```\n\n3. Install semcluster\n ```bash\n python3 setup.py sdist bdist_wheel\n pip3 install dist/semcluster-0.0.1-py3-none-any.whl\n ```\n\n### Usage\n\n```python\nfrom semcluster import SemClusterKeywordExtractor\n\ntext = \"The quick brown fox jumps over the lazy dog.\"\n\n# Instantiate extractor\ne = SemClusterKeywordExtractor()\n\n# Extract phrases\nkeyphrases = e.extract_keyphrases(text, seed_threshold=0.7, verbose=True)\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": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "semcluster", "package_url": "https://pypi.org/project/semcluster/", "platform": "", "project_url": "https://pypi.org/project/semcluster/", "project_urls": null, "release_url": "https://pypi.org/project/semcluster/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Unsupervised automatic keyphrase extraction", "version": "0.0.1" }, "last_serial": 4894970, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0f49113b1760596f9c3e88d69424b60c", "sha256": "ac29f4ec9c3e8f9fe674b214abaae9bd44e066d1f452705096b70f329aa2060e" }, "downloads": -1, "filename": "semcluster-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0f49113b1760596f9c3e88d69424b60c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 35063123, "upload_time": "2019-03-04T15:33:24", "url": "https://files.pythonhosted.org/packages/34/00/6d0a7bb2c325ce3a29346a2f76ee99994aeff25ad5f64274658fb96da236/semcluster-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a8d0030b6b2330b40b0b96c48522608a", "sha256": "43b5d31fa6360f26e173995ba7664ec06991ff618a4de792e4a53788dfc80d31" }, "downloads": -1, "filename": "semcluster-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a8d0030b6b2330b40b0b96c48522608a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34616675, "upload_time": "2019-03-04T15:34:17", "url": "https://files.pythonhosted.org/packages/92/a4/47a949950c05458dd09fdc43c457061941c27fdf8bf1f14c1e903761b241/semcluster-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0f49113b1760596f9c3e88d69424b60c", "sha256": "ac29f4ec9c3e8f9fe674b214abaae9bd44e066d1f452705096b70f329aa2060e" }, "downloads": -1, "filename": "semcluster-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0f49113b1760596f9c3e88d69424b60c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 35063123, "upload_time": "2019-03-04T15:33:24", "url": "https://files.pythonhosted.org/packages/34/00/6d0a7bb2c325ce3a29346a2f76ee99994aeff25ad5f64274658fb96da236/semcluster-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a8d0030b6b2330b40b0b96c48522608a", "sha256": "43b5d31fa6360f26e173995ba7664ec06991ff618a4de792e4a53788dfc80d31" }, "downloads": -1, "filename": "semcluster-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a8d0030b6b2330b40b0b96c48522608a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34616675, "upload_time": "2019-03-04T15:34:17", "url": "https://files.pythonhosted.org/packages/92/a4/47a949950c05458dd09fdc43c457061941c27fdf8bf1f14c1e903761b241/semcluster-0.0.1.tar.gz" } ] }