{ "info": { "author": "Thomas Lee", "author_email": "thomaslee@throput.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6", "Topic :: Text Processing :: Linguistic" ], "description": "pinyinsplit\n===========\n\nThis is a Python library for splitting a Chinese Pinyin phrase into possible \npermutations of valid Pinyin words.\n\nUsage\n-----\n\nSome examples of using the library are as follows:\n\n>>> from pinyinsplit import PinyinSplit\n>>> pys = PinyinSplit()\n>>> pys.split('XiangGangDaXue')\n[['Xiang', 'Gang', 'Da', 'Xue'], ['Xiang', 'Gang', 'Da', 'Xu', 'e'], ['Xi', 'ang', 'Gang', 'Da', 'Xue'], ['Xi', 'ang', 'Gang', 'Da', 'Xu', 'e']]\n>>> pys.split('shediaoyingxiongchuan')\n[['she', 'diao', 'ying', 'xiong', 'chuan'], ['she', 'diao', 'ying', 'xiong', 'chu', 'an'], ['she', 'di', 'ao', 'ying', 'xiong', 'chuan'], ['she', 'di', 'ao', 'ying', 'xiong', 'chu', 'an']]\n>>> pys.split('shediaoyingxiongchuanxyz')\n[]\n\nInstallation\n------------\n\nYou can install ``pinyinsplit`` as follows:\n\n.. code-block:: sh\n\n $ pip install pinyinsplit\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/throput/pinyinsplit", "keywords": "chinese pinyin", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pinyinsplit", "package_url": "https://pypi.org/project/pinyinsplit/", "platform": "", "project_url": "https://pypi.org/project/pinyinsplit/", "project_urls": { "Homepage": "https://github.com/throput/pinyinsplit" }, "release_url": "https://pypi.org/project/pinyinsplit/0.1.4/", "requires_dist": [ "pygtrie (>=2.3)" ], "requires_python": "", "summary": "A Python library to split a Chinese Pinyin phrase into possible permutations of Chinese Pinyin words", "version": "0.1.4" }, "last_serial": 4360820, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8b64036ab80345acf43d6574cbbdce84", "sha256": "8f3dcb57ffbce1a4285eb5b3a34457c28e4e40efff8128db015fd912a956909a" }, "downloads": -1, "filename": "pinyinsplit-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8b64036ab80345acf43d6574cbbdce84", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2103, "upload_time": "2018-10-10T05:52:05", "url": "https://files.pythonhosted.org/packages/ec/d4/fcaaff0278a5fbb3504e87a59b867e799d311716c47bfe7f91e06f5397f5/pinyinsplit-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "82695030cb146faa5143af0485a8ab18", "sha256": "a07f55c9b5341abbe494fae81827bf7e364ab8528c6e04508567b0d8abe3ae31" }, "downloads": -1, "filename": "pinyinsplit-0.1.tar.gz", "has_sig": false, "md5_digest": "82695030cb146faa5143af0485a8ab18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1167, "upload_time": "2018-10-10T05:52:07", "url": "https://files.pythonhosted.org/packages/7c/b8/9a6adf854465b0c150ce4ff4396d5b37d5cb9fdba277eacc52e5f2f75fa7/pinyinsplit-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "80a73048d578cb5bc5deecd06f3393f4", "sha256": "38448dce521e6d7c2b2714ceda1df528ef3827c41b366ccd01da2abee55b2937" }, "downloads": -1, "filename": "pinyinsplit-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "80a73048d578cb5bc5deecd06f3393f4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2310, "upload_time": "2018-10-10T06:53:23", "url": "https://files.pythonhosted.org/packages/be/e2/fcbc91be87a008088357dea860ec8b386fef1451d485d691368f2f16cbc5/pinyinsplit-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2e2bdcd30cbdd1b7e5b3b600556e2a72", "sha256": "bf432be30802d45c85bb4c0d67dbc25e03e9fb494d4b9f5270239dcf183f6f02" }, "downloads": -1, "filename": "pinyinsplit-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2e2bdcd30cbdd1b7e5b3b600556e2a72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1421, "upload_time": "2018-10-10T06:53:25", "url": "https://files.pythonhosted.org/packages/bc/42/cc275f3af778e61362c29a2b76e6ea45c377091b61acef540c6035f5209d/pinyinsplit-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5ec355e1fe25a1a3f42f293b1e2b4ad7", "sha256": "f3ef5dbf6d5f01a4d6379afb2a166ca20530d802df11a0fd1dcb16674ad9f4ea" }, "downloads": -1, "filename": "pinyinsplit-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "5ec355e1fe25a1a3f42f293b1e2b4ad7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2301, "upload_time": "2018-10-10T15:35:35", "url": "https://files.pythonhosted.org/packages/7d/47/93ec26d4f7da6131e96944569536ab6afdc30902e4e1a838e59bb2d79c55/pinyinsplit-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c303e347d5e709496bdd161cef1e2ddc", "sha256": "ae646f411f78477b42b6c94d9f014232d269757ca05154fd0dc44d763e21aff2" }, "downloads": -1, "filename": "pinyinsplit-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c303e347d5e709496bdd161cef1e2ddc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1344, "upload_time": "2018-10-10T15:35:36", "url": "https://files.pythonhosted.org/packages/a6/c5/6a2988c0bee9677d3f54177d00856c78ed2523651f9b12de28cee611d5aa/pinyinsplit-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "70a923722edc0944a3ed9375e06eba6c", "sha256": "0d4d4180b4a640bc43493159281aac0deae13d136960029ee8c9fb8245355385" }, "downloads": -1, "filename": "pinyinsplit-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "70a923722edc0944a3ed9375e06eba6c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2337, "upload_time": "2018-10-10T16:44:18", "url": "https://files.pythonhosted.org/packages/b2/e4/6a682c05938a7e768075f9ec06959a7690cbce8ed9d12e9d8a224949644e/pinyinsplit-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aeef1b4f8de61760e102702dc41c56de", "sha256": "06c65099f56d11a0fdf8451f116cf654ce7db7ac6b71511f514e828bf40ad5b4" }, "downloads": -1, "filename": "pinyinsplit-0.1.3.tar.gz", "has_sig": false, "md5_digest": "aeef1b4f8de61760e102702dc41c56de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1363, "upload_time": "2018-10-10T16:44:19", "url": "https://files.pythonhosted.org/packages/e5/27/e9ffaddb91391974584f71e05baa8f8d61db7ef721796b2adb74214fcc6c/pinyinsplit-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "a28c5b1359c897e05ce7ea03ff445726", "sha256": "21ad509e70b07a9488100c1dc1794be4829e00366a4270672f633543164e3cfa" }, "downloads": -1, "filename": "pinyinsplit-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "a28c5b1359c897e05ce7ea03ff445726", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4205, "upload_time": "2018-10-10T16:55:46", "url": "https://files.pythonhosted.org/packages/e7/be/03802d0843ee8ed7170605802fb63076387aa33cd8755d8377682387b026/pinyinsplit-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "207e2240cfb14d7500b31e972294f025", "sha256": "e0a767ba7ea1ab84c61532db209b3ea5c7c0c388f13a0150c633880c34b4ab4d" }, "downloads": -1, "filename": "pinyinsplit-0.1.4.tar.gz", "has_sig": false, "md5_digest": "207e2240cfb14d7500b31e972294f025", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3043, "upload_time": "2018-10-10T16:55:47", "url": "https://files.pythonhosted.org/packages/d9/d1/1dcf5cfa012beb692e3cbc72a65b418a9e5fd0a728f81ab388cc77757090/pinyinsplit-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a28c5b1359c897e05ce7ea03ff445726", "sha256": "21ad509e70b07a9488100c1dc1794be4829e00366a4270672f633543164e3cfa" }, "downloads": -1, "filename": "pinyinsplit-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "a28c5b1359c897e05ce7ea03ff445726", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4205, "upload_time": "2018-10-10T16:55:46", "url": "https://files.pythonhosted.org/packages/e7/be/03802d0843ee8ed7170605802fb63076387aa33cd8755d8377682387b026/pinyinsplit-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "207e2240cfb14d7500b31e972294f025", "sha256": "e0a767ba7ea1ab84c61532db209b3ea5c7c0c388f13a0150c633880c34b4ab4d" }, "downloads": -1, "filename": "pinyinsplit-0.1.4.tar.gz", "has_sig": false, "md5_digest": "207e2240cfb14d7500b31e972294f025", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3043, "upload_time": "2018-10-10T16:55:47", "url": "https://files.pythonhosted.org/packages/d9/d1/1dcf5cfa012beb692e3cbc72a65b418a9e5fd0a728f81ab388cc77757090/pinyinsplit-0.1.4.tar.gz" } ] }