{ "info": { "author": "Ikchan Kwon", "author_email": "ontolog.so@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3.5" ], "description": "# PyCor 0.0.7\n\n## Python Module for Korean Language Processing\n### NLCP : Natural Language Contextual Parsing\n* Corpus\uae30\ubc18 \uc0ac\uc804 \ud559\uc2b5, Dictionary \uc5c6\uc774 \ud55c\uad6d\uc5b4 \ud615\ud0dc\uc18c \ubd84\uc11d\uc774 \uac00\ub2a5\ud55c \uc790\uc5f0\uc5b4 \ud30c\uc11c\n* \ubb38\uc7a5\ub4e4\uc744 \ucc98\ub9ac\ud558\ub294 \uacfc\uc815\uc5d0\uc11c Dictionary\ub97c \uc2a4\uc2a4\ub85c \ub9cc\ub4dc\ub294 \ud615\ud0dc\uc18c\ubd84\uc11d\uae30 \n* \ud55c\uc815\ub41c \ubb38\ubc95\ud615\ud0dc\uc18c\uc758 \uacb0\ud569 \uaddc\uce59\uacfc \ubb38\uc11c \ud639\uc740 \ubb38\uc11c \uc9d1\ud569 \uc548\uc5d0\uc11c\uc758 \uccb4\uc5b8, \uc6a9\uc5b8\uc758 \ud65c\uc6a9\ud615\ud0dc \ubd84\uc11d\n* \ubb38\uc7a5 \ub2e8\uc704, Document\ub2e8\uc704, Document set\ub2e8\uc704\ub85c \ucee8\ud14d\uc2a4\ud2b8 \uc0dd\uc131, \uc790\uc5f0\uc5b4 \ud30c\uc2f1\n* \uc81c\uc57d \uc870\uac74 : \uae30\ubcf8\uc801\uc778 \ud55c\uad6d\uc5b4 \ub9de\ucda4\ubc95\uc744 \uc9c0\ud0a4\ub294 \uc815\uaddc\ud654\ub41c \ud55c\uae00 \ubb38\uc11c\uc5d0 \uc801\ud569(\uc704\ud0a4, \ub17c\ubb38, \ub274\uc2a4 \uae30\uc0ac \ub4f1)\n* \ubaa9\uc801 : \uccb4\uacc4\uc801\uc778 \uc9c0\uc2dd\uc744 \uae30\uc220\ud55c \ubb38\uc11c\uc758 \ud30c\uc2f1\uacfc \uc774\ud574\n\n\n### Install\n```\n> pip install pycor\n```\n\n### Usage\n```\n> python3\nimport pycor\n\npycor.train('training-text-dir')\npycor.savemodel('model-dir')\n\n# \uccb4\uc5b8 \ud639\uc740 \uc6a9\uc5b8\uc758 \uc5b4\uadfc\ub4e4\uc744 \ucd94\ucd9c\ud558\uc5ec 2\ucc28\uc6d0 \ubc30\uc5f4\ub85c \uc81c\uacf5\nword2dArray = pycor.trim(text) \npycor.trimfile('text-file-path') \n\n# \ud0a4\uc6cc\ub4dc \ucd94\ucd9c\nkeywordArray = pycor.abstract(text) \n\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/ontolog-so/pykor/archive/0.0.8.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ontolog-so/pycor", "keywords": "Korean NLP,POS Tagger,Natural Language Contextual Parser", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pycor", "package_url": "https://pypi.org/project/pycor/", "platform": "", "project_url": "https://pypi.org/project/pycor/", "project_urls": { "Download": "https://github.com/ontolog-so/pykor/archive/0.0.8.tar.gz", "Homepage": "https://github.com/ontolog-so/pycor" }, "release_url": "https://pypi.org/project/pycor/0.0.8/", "requires_dist": [ "pandas" ], "requires_python": ">=3.5", "summary": "Python based Korean Language Processing Lib, Contextual Parser", "version": "0.0.8" }, "last_serial": 4534326, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "afb4b340e02c4f63b6f853d7f569bf48", "sha256": "abe3aed52deb34ad9e7a47a3d422ea3cd8423d4a78cb1bd58a7159eec095fbe8" }, "downloads": -1, "filename": "pycor-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "afb4b340e02c4f63b6f853d7f569bf48", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 26474, "upload_time": "2018-08-23T12:40:24", "url": "https://files.pythonhosted.org/packages/f4/ec/8f4766fe0f58fd209c11b3220bc86cf8c3f2bad5d2509f1345ddfcdc723e/pycor-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8e216a94c951a1e0925b83d80f0754f", "sha256": "49b7294ec37d80bd071f657fe65cdf3e5d6ce4bc05c3cf2afacbf9aea932f9ba" }, "downloads": -1, "filename": "pycor-0.0.3.tar.gz", "has_sig": false, "md5_digest": "c8e216a94c951a1e0925b83d80f0754f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 22353, "upload_time": "2018-08-23T12:40:26", "url": "https://files.pythonhosted.org/packages/cd/48/bd82f462a1839691b3e2e11a94b8ec7fb7f4d05e683633db14b15248b97f/pycor-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "54b54d8aa41b3f3dbdb70a9bd4a05011", "sha256": "5597c38f49ce58bea9dba0ceb078a0efc4f8635a2479a2c504917cc3ac256bd4" }, "downloads": -1, "filename": "pycor-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "54b54d8aa41b3f3dbdb70a9bd4a05011", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 29390, "upload_time": "2018-08-25T22:39:26", "url": "https://files.pythonhosted.org/packages/f4/65/dfae1dd7027b332112d2014ffc85d94e13e013b7b11505bf8025b711f748/pycor-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5658f4fadb0155a88d00656171059acd", "sha256": "a0549319e1711bd481f3008b7c3cdabd600419d9ef8f69f896d356edd3de20b8" }, "downloads": -1, "filename": "pycor-0.0.4.tar.gz", "has_sig": false, "md5_digest": "5658f4fadb0155a88d00656171059acd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 24620, "upload_time": "2018-08-25T22:39:29", "url": "https://files.pythonhosted.org/packages/50/4b/b1874d46b34cd5779c36a3e63d6e18df91af3cc1f9bd0681a939daebf7bc/pycor-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "99e6f196ca459a57757d6391e94ab6a3", "sha256": "8a5f63301ab64843b2b0283e2ac7f32fa6bda0b10f88e4b0d347ef22f5495e5f" }, "downloads": -1, "filename": "pycor-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "99e6f196ca459a57757d6391e94ab6a3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 31289, "upload_time": "2018-09-02T11:26:55", "url": "https://files.pythonhosted.org/packages/6f/67/5b0e0b45799465ae254d00882737ddf0417d5add158681dd8520fc2ac2fc/pycor-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb103b887320ae274318436ed55fd727", "sha256": "6193b6322ce1d0422cf5978689f88038536fcf874bcf632f42df65308e3b23bb" }, "downloads": -1, "filename": "pycor-0.0.5.tar.gz", "has_sig": false, "md5_digest": "eb103b887320ae274318436ed55fd727", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 26348, "upload_time": "2018-09-02T11:26:56", "url": "https://files.pythonhosted.org/packages/f6/b7/1c4b3f2ba3163f12468845d0a1d4dc100d50b90732ce422e986eeb63262f/pycor-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "78e0fc26e52caf089307559fc62d7e10", "sha256": "10452b423577e0e3c35da8793757d386ba64779cd25a71a75280fa24ba8536c9" }, "downloads": -1, "filename": "pycor-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "78e0fc26e52caf089307559fc62d7e10", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 37685, "upload_time": "2018-09-29T17:38:50", "url": "https://files.pythonhosted.org/packages/f1/df/257816af99958723a8563ce09c6ac4e1f5643f9a260e91ef6998bae14580/pycor-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d4722da1475acb66d1b26d58f2a932ee", "sha256": "0e025b3ab6f67c9cd357bbe2ac88c8a0edbbf5b96e7889292b8ded42fe5d0318" }, "downloads": -1, "filename": "pycor-0.0.6.tar.gz", "has_sig": false, "md5_digest": "d4722da1475acb66d1b26d58f2a932ee", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 30000, "upload_time": "2018-09-29T17:38:52", "url": "https://files.pythonhosted.org/packages/e9/f0/2b007d58ef8a4bbbb414dd365bd52054f4fbe32c05f0a22323e782cbd6e3/pycor-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "2c76b4545bca72fce0edfec69c17005a", "sha256": "d27a007187ed3664cec98fc034c126d8d258d12c91733a35e099cc37c35ad092" }, "downloads": -1, "filename": "pycor-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "2c76b4545bca72fce0edfec69c17005a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 59571, "upload_time": "2018-11-27T13:51:21", "url": "https://files.pythonhosted.org/packages/0c/ae/4db3025bbacc24d2532d74b7dbc0ca42ee32137a5cd376115870e26c1066/pycor-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ea13025b6ab017dd7fb3a822bbacc101", "sha256": "5c392f5784f6f1293319c9904f03155acde963259c2e58b0ad12602ad645817c" }, "downloads": -1, "filename": "pycor-0.0.7.tar.gz", "has_sig": false, "md5_digest": "ea13025b6ab017dd7fb3a822bbacc101", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 41924, "upload_time": "2018-11-27T13:51:24", "url": "https://files.pythonhosted.org/packages/08/41/b577d224994235eae8442cff5c0ca52d2018afa9470ade8a7d236fe74839/pycor-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "87c7144a92261e309c7f5e162eb477f9", "sha256": "ba4852ec680a50332cbe90fabda967bd59819e3c9fca78ce45154ae8ece9e357" }, "downloads": -1, "filename": "pycor-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "87c7144a92261e309c7f5e162eb477f9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 59571, "upload_time": "2018-11-27T13:56:03", "url": "https://files.pythonhosted.org/packages/e4/b6/0cce08aaf2b974ca99305792ba514023825b1c938ccb2015fd34a03c5c84/pycor-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c77a7a20e4b0a2a0b405f5857fed8c1", "sha256": "ac4c229c3e2bf2fd688b238627e7dc5ed021b1d33958d1096b8e87bad126d7f5" }, "downloads": -1, "filename": "pycor-0.0.8.tar.gz", "has_sig": false, "md5_digest": "5c77a7a20e4b0a2a0b405f5857fed8c1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 41934, "upload_time": "2018-11-27T13:56:05", "url": "https://files.pythonhosted.org/packages/8c/aa/4680c39a185fafc9a242340d8bfedf51a2d86396b2398caa74bf97fd5eb9/pycor-0.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "87c7144a92261e309c7f5e162eb477f9", "sha256": "ba4852ec680a50332cbe90fabda967bd59819e3c9fca78ce45154ae8ece9e357" }, "downloads": -1, "filename": "pycor-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "87c7144a92261e309c7f5e162eb477f9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 59571, "upload_time": "2018-11-27T13:56:03", "url": "https://files.pythonhosted.org/packages/e4/b6/0cce08aaf2b974ca99305792ba514023825b1c938ccb2015fd34a03c5c84/pycor-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c77a7a20e4b0a2a0b405f5857fed8c1", "sha256": "ac4c229c3e2bf2fd688b238627e7dc5ed021b1d33958d1096b8e87bad126d7f5" }, "downloads": -1, "filename": "pycor-0.0.8.tar.gz", "has_sig": false, "md5_digest": "5c77a7a20e4b0a2a0b405f5857fed8c1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 41934, "upload_time": "2018-11-27T13:56:05", "url": "https://files.pythonhosted.org/packages/8c/aa/4680c39a185fafc9a242340d8bfedf51a2d86396b2398caa74bf97fd5eb9/pycor-0.0.8.tar.gz" } ] }