{ "info": { "author": "Jonghwan Hyeon", "author_email": "hyeon0145@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: Korean", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Topic :: Text Processing", "Topic :: Text Processing :: Linguistic" ], "description": "# python-mecab-ko\nA python binding for mecab-ko\n\n## Prerequisites\n- python3-dev\n\n## Installation\nUsing `pip`:\n```\n# Use the -v option to check the progress of MeCab installation\npip install -v python-mecab-ko\n```\n\n## Usage\n```python\nimport mecab\nmecab = mecab.MeCab()\n\nmecab.morphs('\uc601\ub4f1\ud3ec\uad6c\uccad\uc5ed\uc5d0 \uc788\ub294 \ub9db\uc9d1 \uc880 \uc54c\ub824\uc8fc\uc138\uc694.')\n# ['\uc601\ub4f1\ud3ec\uad6c\uccad\uc5ed', '\uc5d0', '\uc788', '\ub294', '\ub9db\uc9d1', '\uc880', '\uc54c\ub824', '\uc8fc', '\uc138\uc694', '.']\n\nmecab.nouns('\uc6b0\ub9ac\ub098\ub77c\uc5d0\ub294 \ubb34\ub98e \uce58\ub8cc\ub97c \uc798\ud558\ub294 \uc815\ud615\uc678\uacfc\uac00 \uc5c6\ub294\uac00!')\n# ['\uc6b0\ub9ac', '\ub098\ub77c', '\ubb34\ub98e', '\uce58\ub8cc', '\uc815\ud615\uc678\uacfc']\n\nmecab.pos('\uc790\uc5f0\uc8fc\uc758 \uc1fc\ud551\ubab0\uc740 \uc5b4\ub5a4 \uacf3\uc778\uac00?')\n# [('\uc790\uc5f0\uc8fc\uc758', 'NNG'), ('\uc1fc\ud551\ubab0', 'NNG'), ('\uc740', 'JX'), ('\uc5b4\ub5a4', 'MM'), ('\uacf3', 'NNG'), ('\uc778\uac00', 'VCP+EF'), ('?', 'SF')]\n```\n\n## Acknowledgments\n- APIs are inspired by [`KoNLPy`](https://github.com/konlpy/konlpy/)", "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/jonghwanhyeon/python-mecab-ko", "keywords": "mecab mecab-ko", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "python-mecab-ko", "package_url": "https://pypi.org/project/python-mecab-ko/", "platform": "", "project_url": "https://pypi.org/project/python-mecab-ko/", "project_urls": { "Homepage": "https://github.com/jonghwanhyeon/python-mecab-ko" }, "release_url": "https://pypi.org/project/python-mecab-ko/1.0.8/", "requires_dist": null, "requires_python": ">=3", "summary": "A python binding for mecab-ko", "version": "1.0.8" }, "last_serial": 5568178, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "30ee04b5afde1094152476b38b62dd68", "sha256": "e5ceee371907ab1061d31377448e706cf5fd1ad562fa6575372ac63948c2e383" }, "downloads": -1, "filename": "python-mecab-ko-1.0.0.tar.gz", "has_sig": false, "md5_digest": "30ee04b5afde1094152476b38b62dd68", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 5661, "upload_time": "2018-06-12T02:10:56", "url": "https://files.pythonhosted.org/packages/90/de/6686bfe510090832a3fb2b7335d99285e83af1621022e991e19f298ece65/python-mecab-ko-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "be8d1c597c2dec6ea7f72566143bb2fa", "sha256": "d8f67cb2c6f0f16f8b252e922fa818bd9444113dca01b7d30884a4d54fddd632" }, "downloads": -1, "filename": "python-mecab-ko-1.0.1.tar.gz", "has_sig": false, "md5_digest": "be8d1c597c2dec6ea7f72566143bb2fa", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 5864, "upload_time": "2018-07-08T17:33:03", "url": "https://files.pythonhosted.org/packages/85/62/effd3d6bf0fcc679b103def716f71bba632713057f3ab07757f8172851ec/python-mecab-ko-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "71c982341b12e3b88f43d52c7a9141b6", "sha256": "a90c86faf9672ba0a96050a4be57beac65cf8fac5a3784dc014a8f7b26754acc" }, "downloads": -1, "filename": "python-mecab-ko-1.0.2.tar.gz", "has_sig": false, "md5_digest": "71c982341b12e3b88f43d52c7a9141b6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 6590, "upload_time": "2018-07-09T18:28:07", "url": "https://files.pythonhosted.org/packages/47/5b/4a3cc03939ad6458c29eef4f4372c0dd11d6777eab0186f5a772ef6fcf75/python-mecab-ko-1.0.2.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "8e6c5876930e1921baac458c2d3fac2f", "sha256": "6f728497aa01c0a91fea3a659fcc97f87275b031ab9c6d71c3e8f572d8af2e02" }, "downloads": -1, "filename": "python-mecab-ko-1.0.4.tar.gz", "has_sig": false, "md5_digest": "8e6c5876930e1921baac458c2d3fac2f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 6659, "upload_time": "2018-07-15T02:15:01", "url": "https://files.pythonhosted.org/packages/5f/34/9a5064bd98097b0562d56ca042a7bd76c43f391d05a335264eb8852857b8/python-mecab-ko-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "f8629dd8fd356a3669a0a0bba755ec50", "sha256": "172c6f2e5ad3f162bf3b72867f998dbde1ac0400e65af90bba06a7244b20fa90" }, "downloads": -1, "filename": "python-mecab-ko-1.0.5.tar.gz", "has_sig": false, "md5_digest": "f8629dd8fd356a3669a0a0bba755ec50", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 6646, "upload_time": "2019-06-20T17:09:21", "url": "https://files.pythonhosted.org/packages/74/c3/4ffb56ca0b6e6297dab600043684bb38b4aa8cd012dc8b6ccc1cdadbe1d1/python-mecab-ko-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "a4641c0b9e3ef540bdf70b2c332b2caa", "sha256": "c7fcfb41e01d617d1253ac69a575eb659e3bbdf9f9cb990d5de134e5025455f8" }, "downloads": -1, "filename": "python-mecab-ko-1.0.6.tar.gz", "has_sig": false, "md5_digest": "a4641c0b9e3ef540bdf70b2c332b2caa", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 6719, "upload_time": "2019-06-20T17:50:11", "url": "https://files.pythonhosted.org/packages/ac/7f/88af78847b799099cd97f40a25d7ac18d2a88c1d73c8e9080476f6e86a75/python-mecab-ko-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "cd9a30b5982d98f323b1145617b51528", "sha256": "4c34424a6c6feccc60608ee94a4cb3e9fa9abee24c69a2c691f18f5acbfe101c" }, "downloads": -1, "filename": "python-mecab-ko-1.0.7.tar.gz", "has_sig": false, "md5_digest": "cd9a30b5982d98f323b1145617b51528", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 6716, "upload_time": "2019-06-20T18:17:24", "url": "https://files.pythonhosted.org/packages/2e/e6/c50e22b9d4f7d34fa3f7ed5c4ea9df601d30ffc2d351fbf5e98b79793fb0/python-mecab-ko-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "1ad472d5140f60dad74de1564bc9876d", "sha256": "7d49e82bb64763d1385dad1d08df71aa3e6409c72085ec0846df04d94534830c" }, "downloads": -1, "filename": "python-mecab-ko-1.0.8.tar.gz", "has_sig": false, "md5_digest": "1ad472d5140f60dad74de1564bc9876d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 6712, "upload_time": "2019-07-22T16:34:47", "url": "https://files.pythonhosted.org/packages/a7/39/9236934665f94cdcf2ddddab5dd46628c1c88b709f020cb354a9ac6f18e6/python-mecab-ko-1.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1ad472d5140f60dad74de1564bc9876d", "sha256": "7d49e82bb64763d1385dad1d08df71aa3e6409c72085ec0846df04d94534830c" }, "downloads": -1, "filename": "python-mecab-ko-1.0.8.tar.gz", "has_sig": false, "md5_digest": "1ad472d5140f60dad74de1564bc9876d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 6712, "upload_time": "2019-07-22T16:34:47", "url": "https://files.pythonhosted.org/packages/a7/39/9236934665f94cdcf2ddddab5dd46628c1c88b709f020cb354a9ac6f18e6/python-mecab-ko-1.0.8.tar.gz" } ] }