{ "info": { "author": "Jinui You", "author_email": "baram991103@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Korean Name Generator [![pypi][pypi-image]][pypi-url]\n\n[pypi-image]: https://img.shields.io/pypi/v/korean-name-generator.svg\n[pypi-url]: https://img.shields.io/pypi/v/korean-name-generator\n\n\ud55c\uad6d\uc5b4 \uc774\ub984\uc744 \ub79c\ub364\uc73c\ub85c \uc791\uba85\ud574 \uc8fc\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4. \ub0a8\uc790 \uc774\ub984\uacfc \uc5ec\uc790 \uc774\ub984 \uc911 \ud558\ub098\ub97c \uc9c0\uc815\ud558\uba74 \uadf8\uc5d0 \uc5b4\uc6b8\ub9ac\ub294 \uc774\ub984\uc774 \uc0dd\uc131\ub429\ub2c8\ub2e4.\n\n>\ubcf8 \ud504\ub85c\uc81d\ud2b8\ub294 npm\uc758 [korean-name-generator](https://www.npmjs.com/package/korean-name-generator)\ub97c python \ud328\ud0a4\uc9c0\ub85c \uc7ac\ubc30\ud3ec\ud55c \ud504\ub85c\uc81d\ud2b8\uc785\ub2c8\ub2e4.\n>\n>\uc6d0\uc791\uc790\uc5d0 \ub300\ud55c \uc815\ubcf4\ub294 [\uc5ec\uae30](https://github.com/agemor/korean-name-generator)\uc11c \ud655\uc778\ud574\uc8fc\uc138\uc694.\n\n## \uc124\uce58\ud558\uae30\n```\npip install korean-name-generator\n```\n\n## \uc0ac\uc6a9\ud558\uae30\n```python\nfrom korean_name_generator import namer\n\n# \ub0a8\uc790 \uc774\ub984 \uc0dd\uc131\nmale_name = namer.generate(True)\n\n# \uc5ec\uc790 \uc774\ub984 \uc0dd\uc131\nfemale_name = namer.generate(False)\n```\n\n## \uc791\uba85 \uc6d0\ub9ac\n\n\ucd08\uc131, \uc911\uc131, \uc885\uc131\uc758 \uc790\ubaa8\ubcc4 \uc5f0\uad00 \uad00\uacc4\ub97c [\uc778\uc811\ud589\ub82c](https://en.wikipedia.org/wiki/Adjacency_matrix) \ud615\ud0dc\ub85c \ub3c4\ucd9c\ud55c \ud6c4, \uc544\ub798\uc640 \uac19\uc740 \uac04\ub2e8\ud55c \ud655\ub960 \ubaa8\ub378\uc744 \uc0ac\uc6a9\ud558\uc5ec *\uc5b4\uc6b8\ub9b4 \ubc95\ud55c* \uc790\ubaa8\ub4e4\uc744 \uc870\ud569\ud558\ub294 \ubc29\uc2dd\uc785\ub2c8\ub2e4. \ucd08\uc131\uc774 \uc120\ud0dd\ub418\uba74 \uc911\uc131\uc758 \ud655\ub960\ubcc0\uc218 `A`\uac00 \uc815\ud574\uc9c0\uace0, \uc911\uc131\uc774 \uc815\ud574\uc9c0\uba74 \uc885\uc131\uc758 \ud655\ub960\ubcc0\uc218 `B*C`\uac00 \uc815\ud574\uc9d1\ub2c8\ub2e4.\n\n![Diagram](https://user-images.githubusercontent.com/6297755/29570112-74a030aa-8790-11e7-906a-e479e982fe08.png)\n\n\ud604\uc7ac \uae30\ubcf8\uc801\uc73c\ub85c \ub0a8\uc790 \uc774\ub984\uc740 \uc57d 10000\uac1c, \uc5ec\uc790 \uc774\ub984\uc740 1000\uac1c\uac00 \ud559\uc2b5\ub418\uc5b4 \uc788\uc73c\ub098, \ub2e4\ub978 \uc774\ub984\uc744 \ud559\uc2b5 \ub370\uc774\ud130\ub85c \uc0ac\uc6a9\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.\n```python\nfrom korean_name_generator import namer\nnames = ['\ud64d\ubc94\ub3c4', '\uc548\uc911\uadfc', '\uc720\uad00\uc21c', '\uc774\ubd09\ucc3d', '\uae40\uc88c\uc9c4']\n\n# \ud559\uc2b5\ntrainedData = namer.train(names)\n\n# \ud559\uc2b5\ub41c \ub370\uc774\ud130\ub97c \ubc14\ud0d5\uc73c\ub85c \uc774\ub984 \uc0dd\uc131\nname = namer.generateCustom(trainedData)\n```\n\n## \ub77c\uc774\uc13c\uc2a4\n\uc774 \ud504\ub85c\uc81d\ud2b8\ub294 [MIT]() \ub77c\uc774\uc13c\uc2a4\uc5d0 \ub530\ub77c \uc790\uc720\ub86d\uac8c \uc774\uc6a9 \uac00\ub2a5\ud569\ub2c8\ub2e4.\n\n", "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/tinyjin/korean-name-generator", "keywords": "Korean", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "korean-name-generator", "package_url": "https://pypi.org/project/korean-name-generator/", "platform": "", "project_url": "https://pypi.org/project/korean-name-generator/", "project_urls": { "Homepage": "https://github.com/tinyjin/korean-name-generator" }, "release_url": "https://pypi.org/project/korean-name-generator/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Generates random but reasonable Korean names", "version": "1.0.1", "yanked": false, "yanked_reason": null }, "last_serial": 6008005, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b1dcf9969e65a356e8b8cdab3422748a", "sha256": "f7d1bedc333f111ab621776803c369f93154f4ddc115fe708315aa7b8a3607ef" }, "downloads": -1, "filename": "korean_name_generator-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "b1dcf9969e65a356e8b8cdab3422748a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7334, "upload_time": "2019-10-21T15:21:33", "upload_time_iso_8601": "2019-10-21T15:21:33.936471Z", "url": "https://files.pythonhosted.org/packages/bd/3b/4eef1d45456abf793d274f845685f2aaadc70a22cfdcd1a7c9875676ac75/korean_name_generator-1.0.0-py2-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "54faa89fd62032ff2419b00c41d871d7", "sha256": "d4298c3b84413b4360f346dbdc988b319433e5b52275912a417be86e0f6fc205" }, "downloads": -1, "filename": "korean_name_generator-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "54faa89fd62032ff2419b00c41d871d7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7466, "upload_time": "2019-10-21T15:52:49", "upload_time_iso_8601": "2019-10-21T15:52:49.435075Z", "url": "https://files.pythonhosted.org/packages/03/9c/520fe5987b9becd111206dfafff13be6c18e12b73da0fb8111a833f5a29f/korean_name_generator-1.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "54faa89fd62032ff2419b00c41d871d7", "sha256": "d4298c3b84413b4360f346dbdc988b319433e5b52275912a417be86e0f6fc205" }, "downloads": -1, "filename": "korean_name_generator-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "54faa89fd62032ff2419b00c41d871d7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7466, "upload_time": "2019-10-21T15:52:49", "upload_time_iso_8601": "2019-10-21T15:52:49.435075Z", "url": "https://files.pythonhosted.org/packages/03/9c/520fe5987b9becd111206dfafff13be6c18e12b73da0fb8111a833f5a29f/korean_name_generator-1.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }