{ "info": { "author": "Koichi Yasuoka", "author_email": "yasuoka@kanji.zinbun.kyoto-u.ac.jp", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Natural Language :: Japanese", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Text Processing :: Linguistic" ], "description": "[![Current PyPI packages](https://badge.fury.io/py/unidic2ud.svg)](https://pypi.org/project/unidic2ud/)\n\n# UniDic2UD\n\nTokenizer, POS-tagger, lemmatizer, and dependency-parser for modern and contemporary Japanese, working on [Universal Dependencies](https://universaldependencies.org/format.html).\n\n## Basic usage\n\n```py\n>>> import unidic2ud\n>>> qkana=unidic2ud.load(\"qkana\")\n>>> s=qkana(\"\u5176\u570b\u3092\u6cbb\u3081\u3093\u3068\u6b32\u3059\u308b\u8005\u306f\u5148\u3065\u5176\u5bb6\u3092\u9f4a\u3075\")\n>>> print(s)\n# text = \u5176\u570b\u3092\u6cbb\u3081\u3093\u3068\u6b32\u3059\u308b\u8005\u306f\u5148\u3065\u5176\u5bb6\u3092\u9f4a\u3075\n1\t\u5176\t\u5176\u306e\tDET\t\u9023\u4f53\u8a5e\t_\t2\tdet\t_\tSpaceAfter=No|Translit=\u30bd\u30ce\n2\t\u570b\t\u56fd\tNOUN\t\u540d\u8a5e-\u666e\u901a\u540d\u8a5e-\u4e00\u822c\t_\t4\tobj\t_\tSpaceAfter=No|Translit=\u30af\u30cb\n3\t\u3092\t\u3092\tADP\t\u52a9\u8a5e-\u683c\u52a9\u8a5e\t_\t2\tcase\t_\tSpaceAfter=No|Translit=\u30f2\n4\t\u6cbb\u3081\t\u53ce\u3081\u308b\tVERB\t\u52d5\u8a5e-\u4e00\u822c\t_\t7\tadvcl\t_\tSpaceAfter=No|Translit=\u30aa\u30b5\u30e1\n5\t\u3093\t\u3080\tAUX\t\u52a9\u52d5\u8a5e\t_\t4\taux\t_\tSpaceAfter=No|Translit=\u30f3\n6\t\u3068\t\u3068\tADP\t\u52a9\u8a5e-\u683c\u52a9\u8a5e\t_\t4\tcase\t_\tSpaceAfter=No|Translit=\u30c8\n7\t\u6b32\u3059\u308b\t\u6b32\u3059\u308b\tVERB\t\u52d5\u8a5e-\u4e00\u822c\t_\t8\tacl\t_\tSpaceAfter=No|Translit=\u30db\u30c3\u30b9\u30eb\n8\t\u8005\t\u8005\tNOUN\t\u540d\u8a5e-\u666e\u901a\u540d\u8a5e-\u4e00\u822c\t_\t14\tnsubj\t_\tSpaceAfter=No|Translit=\u30e2\u30ce\n9\t\u306f\t\u306f\tADP\t\u52a9\u8a5e-\u4fc2\u52a9\u8a5e\t_\t8\tcase\t_\tSpaceAfter=No|Translit=\u30cf\n10\t\u5148\u3065\t\u5148\u305a\tADV\t\u526f\u8a5e\t_\t14\tadvmod\t_\tSpaceAfter=No|Translit=\u30de\u30c5\n11\t\u5176\t\u5176\u306e\tDET\t\u9023\u4f53\u8a5e\t_\t12\tdet\t_\tSpaceAfter=No|Translit=\u30bd\u30ce\n12\t\u5bb6\t\u5bb6\tNOUN\t\u540d\u8a5e-\u666e\u901a\u540d\u8a5e-\u4e00\u822c\t_\t14\tobj\t_\tSpaceAfter=No|Translit=\u30a6\u30c1\n13\t\u3092\t\u3092\tADP\t\u52a9\u8a5e-\u683c\u52a9\u8a5e\t_\t12\tcase\t_\tSpaceAfter=No|Translit=\u30f2\n14\t\u9f4a\u3075\t\u6574\u3048\u308b\tVERB\t\u52d5\u8a5e-\u4e00\u822c\t_\t0\troot\t_\tSpaceAfter=No|Translit=\u30c8\u30c8\u30ce\u30d5\n\n>>> t=s[7]\n>>> print(t.id,t.form,t.lemma,t.upos,t.xpos,t.feats,t.head.id,t.deprel,t.deps,t.misc)\n7 \u6b32\u3059\u308b \u6b32\u3059\u308b VERB \u52d5\u8a5e-\u4e00\u822c _ 8 acl _ SpaceAfter=No|Translit=\u30db\u30c3\u30b9\u30eb\n\n>>> f=open(\"trial.svg\",\"w\")\n>>> f.write(s.to_svg())\n>>> f.close()\n```\n![trial.svg](https://raw.githubusercontent.com/KoichiYasuoka/UniDic2UD/master/trial.png)\n\n`unidic2ud.load(UniDic,UDPipe)` loads a natural language processor pipeline, which uses `UniDic` for tokenizer POS-tagger and lemmatizer, then uses `UDPipe` for dependency-parser. Available `UniDic` options are:\n\n* `UniDic=\"gendai\"`: Use [\u73fe\u4ee3\u66f8\u304d\u8a00\u8449UniDic](https://unidic.ninjal.ac.jp/download#unidic_bccwj).\n* `UniDic=\"spoken\"`: Use [\u73fe\u4ee3\u8a71\u3057\u8a00\u8449UniDic](https://unidic.ninjal.ac.jp/download#unidic_csj).\n* `UniDic=\"qkana\"`: Use [\u65e7\u4eee\u540d\u53e3\u8a9eUniDic](https://unidic.ninjal.ac.jp/download_all#unidic_qkana).\n* `UniDic=\"kindai\"`: Use [\u8fd1\u4ee3\u6587\u8a9eUniDic](https://unidic.ninjal.ac.jp/download_all#unidic_kindai).\n* `UniDic=\"kinsei\"`: Use [\u8fd1\u4ee3\u53e3\u8a9e\uff08\u6d12\u843d\u672c\uff09UniDic](https://unidic.ninjal.ac.jp/download_all#unidic_kinsei).\n* `UniDic=\"kyogen\"`: Use [\u4e2d\u4e16\u53e3\u8a9e\uff08\u72c2\u8a00\uff09UniDic](https://unidic.ninjal.ac.jp/download_all#unidic_kyogen).\n* `UniDic=\"wakan\"`: Use [\u4e2d\u4e16\u6587\u8a9e\uff08\u8aac\u8a71\u30fb\u968f\u7b46\uff09UniDic](https://unidic.ninjal.ac.jp/download_all#unidic_wakan).\n* `UniDic=\"wabun\"`: Use [\u4e2d\u53e4\u548c\u6587UniDic](https://unidic.ninjal.ac.jp/download_all#unidic_wabun).\n* `UniDic=\"manyo\"`: Use [\u4e0a\u4ee3\uff08\u4e07\u8449\u96c6\uff09UniDic](https://unidic.ninjal.ac.jp/download_all#unidic_manyo).\n* `UniDic=None`: Use `UDPipe` for tokenizer, POS-tagger, lemmatizer, and dependency-parser.\n\nThe default `UDPipe` is `UDPipe=\"japanese-gsd\"` from [Universal Dependecies 2.4 Models](http://hdl.handle.net/11234/1-2998). \n\n## Usage via spaCy\n\nIf you have already installed [spaCy](https://pypi.org/project/spacy/) 2.1.0 or later, you can use `UniDic` via spaCy Language pipeline.\n\n```py\n>>> import unidic2ud.spacy\n>>> qkana=unidic2ud.spacy.load(\"qkana\")\n>>> d=qkana(\"\u5176\u570b\u3092\u6cbb\u3081\u3093\u3068\u6b32\u3059\u308b\u8005\u306f\u5148\u3065\u5176\u5bb6\u3092\u9f4a\u3075\")\n>>> print(type(d))\n\n>>> print(unidic2ud.spacy.to_conllu(d))\n# text = \u5176\u570b\u3092\u6cbb\u3081\u3093\u3068\u6b32\u3059\u308b\u8005\u306f\u5148\u3065\u5176\u5bb6\u3092\u9f4a\u3075\n1\t\u5176\t\u5176\u306e\tDET\t\u9023\u4f53\u8a5e\t_\t2\tdet\t_\tSpaceAfter=No|Translit=\u30bd\u30ce\n2\t\u570b\t\u56fd\tNOUN\t\u540d\u8a5e-\u666e\u901a\u540d\u8a5e-\u4e00\u822c\t_\t4\tobj\t_\tSpaceAfter=No|Translit=\u30af\u30cb\n3\t\u3092\t\u3092\tADP\t\u52a9\u8a5e-\u683c\u52a9\u8a5e\t_\t2\tcase\t_\tSpaceAfter=No|Translit=\u30f2\n4\t\u6cbb\u3081\t\u53ce\u3081\u308b\tVERB\t\u52d5\u8a5e-\u4e00\u822c\t_\t7\tadvcl\t_\tSpaceAfter=No|Translit=\u30aa\u30b5\u30e1\n5\t\u3093\t\u3080\tAUX\t\u52a9\u52d5\u8a5e\t_\t4\taux\t_\tSpaceAfter=No|Translit=\u30f3\n6\t\u3068\t\u3068\tADP\t\u52a9\u8a5e-\u683c\u52a9\u8a5e\t_\t4\tcase\t_\tSpaceAfter=No|Translit=\u30c8\n7\t\u6b32\u3059\u308b\t\u6b32\u3059\u308b\tVERB\t\u52d5\u8a5e-\u4e00\u822c\t_\t8\tacl\t_\tSpaceAfter=No|Translit=\u30db\u30c3\u30b9\u30eb\n8\t\u8005\t\u8005\tNOUN\t\u540d\u8a5e-\u666e\u901a\u540d\u8a5e-\u4e00\u822c\t_\t14\tnsubj\t_\tSpaceAfter=No|Translit=\u30e2\u30ce\n9\t\u306f\t\u306f\tADP\t\u52a9\u8a5e-\u4fc2\u52a9\u8a5e\t_\t8\tcase\t_\tSpaceAfter=No|Translit=\u30cf\n10\t\u5148\u3065\t\u5148\u305a\tADV\t\u526f\u8a5e\t_\t14\tadvmod\t_\tSpaceAfter=No|Translit=\u30de\u30c5\n11\t\u5176\t\u5176\u306e\tDET\t\u9023\u4f53\u8a5e\t_\t12\tdet\t_\tSpaceAfter=No|Translit=\u30bd\u30ce\n12\t\u5bb6\t\u5bb6\tNOUN\t\u540d\u8a5e-\u666e\u901a\u540d\u8a5e-\u4e00\u822c\t_\t14\tobj\t_\tSpaceAfter=No|Translit=\u30a6\u30c1\n13\t\u3092\t\u3092\tADP\t\u52a9\u8a5e-\u683c\u52a9\u8a5e\t_\t12\tcase\t_\tSpaceAfter=No|Translit=\u30f2\n14\t\u9f4a\u3075\t\u6574\u3048\u308b\tVERB\t\u52d5\u8a5e-\u4e00\u822c\t_\t0\troot\t_\tSpaceAfter=No|Translit=\u30c8\u30c8\u30ce\u30d5\n\n>>> t=d[6]\n>>> print(t.i+1,t.orth_,t.lemma_,t.pos_,t.tag_,t.head.i+1,t.dep_,t.whitespace_,t.norm_)\n7 \u6b32\u3059\u308b \u6b32\u3059\u308b VERB \u52d5\u8a5e-\u4e00\u822c 8 acl \u30db\u30c3\u30b9\u30eb\n```\n\n## Installation for Linux\n\nBinary wheel is available for Linux, and is installed by default when you use `pip`:\n\n```sh\npip install unidic2ud\n```\n\nBy default installation, `UniDic` and `UDPipe` are invoked through Web APIs. If you want to invoke them locally and faster, you can download `UniDic` and `UDPipe` which you use just as follows:\n\n```sh\npython -m unidic2ud download.unidic qkana\npython -m unidic2ud download.udpipe japanese-gsd\npython -m unidic2ud dictlist\n```\n\nLicenses of dictionaries and models are: GPL/LGPL/BSD for `gendai` and `spoken`; CC BY-SA 4.0 for `japanese-gsd`; CC BY-NC-SA 4.0 for others.\n\n## Installation for Cygwin64\n\nFor installing in [Cygwin64](https://www.cygwin.com/install.html), make sure to get `gcc-g++` `git` `python37-pip` `python37-devel` `swig` packages, and then:\n\n```sh\npip3.7 install git+https://github.com/KoichiYasuoka/mecab-cygwin64\npip3.7 install unidic2ud\n```\n\nUse `python3.7` command in Cygwin64 instead of `python` (even for downloading dictionaries). For installing in old Cygwin (32-bit), try to use [mecab-cygwin32](https://github.com/KoichiYasuoka/mecab-cygwin32) instead of [mecab-cygwin64](https://github.com/KoichiYasuoka/mecab-cygwin64).\n\n## Author\n\nKoichi Yasuoka (\u5b89\u5ca1\u5b5d\u4e00)\n\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": "https://github.com/KoichiYasuoka/UniDic2UD", "keywords": "unidic udpipe mecab nlp", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "unidic2ud", "package_url": "https://pypi.org/project/unidic2ud/", "platform": "", "project_url": "https://pypi.org/project/unidic2ud/", "project_urls": { "Homepage": "https://github.com/KoichiYasuoka/UniDic2UD", "Source": "https://github.com/KoichiYasuoka/UniDic2UD", "Tracker": "https://github.com/KoichiYasuoka/UniDic2UD/issues", "ud-ja-kanbun": "https://corpus.kanji.zinbun.kyoto-u.ac.jp/gitlab/Kanbun/ud-ja-kanbun" }, "release_url": "https://pypi.org/project/unidic2ud/1.2.5/", "requires_dist": [ "ufal.udpipe (>=1.2.0)", "mecab-python3 (>=0.996)", "pip (>=10.0.1)" ], "requires_python": ">=3.6", "summary": "Tokenizer POS-tagger Lemmatizer and Dependency-parser for modern and contemporary Japanese", "version": "1.2.5" }, "last_serial": 6001825, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "364e516a0c00af02d1315b24b135ab27", "sha256": "675e1f139b5f56a88d393f2336c85df75c2ecea5c281040e647425fcf4682daf" }, "downloads": -1, "filename": "unidic2ud-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "364e516a0c00af02d1315b24b135ab27", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7132, "upload_time": "2019-08-27T01:24:24", "url": "https://files.pythonhosted.org/packages/28/5d/76b6c92731bf6d2d54dd017bbcdc189316cbc86c160a201fd8ef70196c2d/unidic2ud-0.1.0-py3-none-any.whl" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "5f697986d5be0c62c58ed9261fcbf117", "sha256": "df5525517bdb664abe3b2a467229550724811c9d7e733518482c268f133d7037" }, "downloads": -1, "filename": "unidic2ud-0.9.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5f697986d5be0c62c58ed9261fcbf117", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7158, "upload_time": "2019-08-27T01:55:54", "url": "https://files.pythonhosted.org/packages/eb/ff/f1a1b856b09ba2c7a9f74f7c44975be80b2d8774934e735ca108c7bdc2c3/unidic2ud-0.9.0-py3-none-any.whl" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "0d12f9a83d4eaf1147b0ddffe34e7a2c", "sha256": "6c9d0bb63858b90fdee6051b9f2c96ec208552f8f901de6a6d5238849eb7145b" }, "downloads": -1, "filename": "unidic2ud-0.9.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0d12f9a83d4eaf1147b0ddffe34e7a2c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7161, "upload_time": "2019-08-27T02:02:52", "url": "https://files.pythonhosted.org/packages/86/82/033d560a5b0a7044b175e38dbe3b848b695fbed70050f902063f4b702e2b/unidic2ud-0.9.1-py3-none-any.whl" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "ad00c96df3e2e8faff241189cb534cbe", "sha256": "fc26b09d1e1e4b8ea6cd36e35d5e017efd98d6f8abfa4862ad1d813a9bd72aac" }, "downloads": -1, "filename": "unidic2ud-0.9.2-py3-none-any.whl", "has_sig": false, "md5_digest": "ad00c96df3e2e8faff241189cb534cbe", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7176, "upload_time": "2019-08-27T02:20:15", "url": "https://files.pythonhosted.org/packages/dc/30/0444e66f04611507a6bd61a3c87afdffa590baadb5f5af72276174966c39/unidic2ud-0.9.2-py3-none-any.whl" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "9f072ab65f31c8a842e0e6f5315ff6c9", "sha256": "e3ebafdc1c7f59393a9693a47bdc7c9d967cb15334a6c781b4ac28815b51f948" }, "downloads": -1, "filename": "unidic2ud-0.9.3-py3-none-any.whl", "has_sig": false, "md5_digest": "9f072ab65f31c8a842e0e6f5315ff6c9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7238, "upload_time": "2019-08-27T04:29:53", "url": "https://files.pythonhosted.org/packages/44/5b/4741e5703be884f87a911e730137d12194ca09ad1f17d07224712d699c6a/unidic2ud-0.9.3-py3-none-any.whl" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "5df74f2d170a76ed680624d86ca97906", "sha256": "64476d0806a7fa7d33d6c2f5d1d71520031166e8d4c321df83a527e51c3b2732" }, "downloads": -1, "filename": "unidic2ud-0.9.4-py3-none-any.whl", "has_sig": false, "md5_digest": "5df74f2d170a76ed680624d86ca97906", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7255, "upload_time": "2019-08-27T04:50:42", "url": "https://files.pythonhosted.org/packages/cb/52/425286cfb8fc8b6db0c76c114edf2d8bc4b8e35fe130a89741d92290e5a1/unidic2ud-0.9.4-py3-none-any.whl" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "ed414e5ed453f8dd41d8095660f38aae", "sha256": "a0fd44452208609bd25dba4831f1ac5afe5d7a061f62557389f121beb5fc5c57" }, "downloads": -1, "filename": "unidic2ud-0.9.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ed414e5ed453f8dd41d8095660f38aae", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7277, "upload_time": "2019-08-27T05:06:58", "url": "https://files.pythonhosted.org/packages/3c/26/3565bb63dc1bc3cf6fa9e31aa992987e0280407cdddcd6cba3344ddcebe4/unidic2ud-0.9.5-py3-none-any.whl" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "5a9606f99da480aef0596f0527b6a282", "sha256": "a4992eebd22f8019548d71cdbb20eac12dcdff886e86d8e29f274970599b8ecd" }, "downloads": -1, "filename": "unidic2ud-0.9.6-py3-none-any.whl", "has_sig": false, "md5_digest": "5a9606f99da480aef0596f0527b6a282", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7280, "upload_time": "2019-08-27T05:48:58", "url": "https://files.pythonhosted.org/packages/6f/39/1eb810437b37b1805a5df19b6141590bf53f30d906c86d644dbf0f416a9f/unidic2ud-0.9.6-py3-none-any.whl" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "40c5a64e2cc960120edb5c378ccf7f78", "sha256": "64ff04099f5b04536dbce68e903094ff3ef5858fed888ed89c5d732920c9e14d" }, "downloads": -1, "filename": "unidic2ud-0.9.7-py3-none-any.whl", "has_sig": false, "md5_digest": "40c5a64e2cc960120edb5c378ccf7f78", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7292, "upload_time": "2019-08-27T09:39:20", "url": "https://files.pythonhosted.org/packages/39/d6/222ad6f886f30ab6bfa6e1083b86762c6b004ea7aff6e391f9f1a88627e6/unidic2ud-0.9.7-py3-none-any.whl" } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "c2effe14299c2bd54bf218760aceb31d", "sha256": "340079e10f32ce02e6704bb23d0d33dace03a2611d65312d6c10f181756b489e" }, "downloads": -1, "filename": "unidic2ud-0.9.8-py3-none-any.whl", "has_sig": false, "md5_digest": "c2effe14299c2bd54bf218760aceb31d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7323, "upload_time": "2019-08-28T08:38:42", "url": "https://files.pythonhosted.org/packages/15/6b/df4152c454388639763bccdaecdb816409f8326bafb8250e6586d0de06a2/unidic2ud-0.9.8-py3-none-any.whl" } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "ed64c04935b7aab3efb09971cdd1f2ee", "sha256": "e9790540c305290a56c3a5011e358f6566f66eed52b7913935fd7b834f204424" }, "downloads": -1, "filename": "unidic2ud-0.9.9-py3-none-any.whl", "has_sig": false, "md5_digest": "ed64c04935b7aab3efb09971cdd1f2ee", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 9309, "upload_time": "2019-08-29T04:24:54", "url": "https://files.pythonhosted.org/packages/c1/2c/7b19af036452834ae5f973647b5aaf50dfa869bf00847a6672da58500ca8/unidic2ud-0.9.9-py3-none-any.whl" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "d3b5a931ee50ba01df92ce06212c3bae", "sha256": "c19366fd3187da7f632ed7987011448cd78b76c0b614e9db0bd4cc9ac32fc345" }, "downloads": -1, "filename": "unidic2ud-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d3b5a931ee50ba01df92ce06212c3bae", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 9308, "upload_time": "2019-08-29T04:54:15", "url": "https://files.pythonhosted.org/packages/f3/cc/6dbab9f7271f42cbe7208d16d7679f8225526f023900029eba1467aca788/unidic2ud-1.0.0-py3-none-any.whl" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "25ac635dc2d07ce2d6c9e47c648d8020", "sha256": "552f048a72eef4921211dddf9e6a70b087e7be8fb7babf40cbf8a1c6b76805be" }, "downloads": -1, "filename": "unidic2ud-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "25ac635dc2d07ce2d6c9e47c648d8020", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 9340, "upload_time": "2019-08-30T01:53:55", "url": "https://files.pythonhosted.org/packages/fb/ec/f57546eeb9fc9a0f4ef03cab77da1877e7d76d6b1db9e4edb05b11fdc9b5/unidic2ud-1.0.1-py3-none-any.whl" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "07a7d379c9603f1ae2d715c80a00a940", "sha256": "83ca84d69d39ed957ac3b77fe17db6b7e7f2b03f2a618059739ea17691feb11c" }, "downloads": -1, "filename": "unidic2ud-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "07a7d379c9603f1ae2d715c80a00a940", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 9361, "upload_time": "2019-08-31T22:38:05", "url": "https://files.pythonhosted.org/packages/23/6a/79b7ddfad816116951b53152aae054170ac4c37914cafeabbf6936736e75/unidic2ud-1.0.2-py3-none-any.whl" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "0210d8cc54b336ca81fb48534d5d9308", "sha256": "758877fc7ab748b9352dfbe4be3bf63eb34668b5c72f9b6a718f380bf9cff910" }, "downloads": -1, "filename": "unidic2ud-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "0210d8cc54b336ca81fb48534d5d9308", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 9352, "upload_time": "2019-08-31T23:00:04", "url": "https://files.pythonhosted.org/packages/3f/93/87e9a259c504152e568da727f4c32eace9b0f95cff47739c55b174d80538/unidic2ud-1.0.3-py3-none-any.whl" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "6ca281f9bdd7bbb616d35b111f722ca9", "sha256": "f214cef3e71ba59f778ba6217f490d2f582cf0179dec243f8fdff6bb7c2c49ae" }, "downloads": -1, "filename": "unidic2ud-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "6ca281f9bdd7bbb616d35b111f722ca9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 9370, "upload_time": "2019-08-31T23:12:56", "url": "https://files.pythonhosted.org/packages/0b/45/1e4389d6424c6d61638a02f2a79014ba05936073965548b6cd3515d01177/unidic2ud-1.0.4-py3-none-any.whl" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "04a53757483b18c0720d2ce3dc64ae7e", "sha256": "87a09b1f8ed701dc7f0527271089227142c5e1dc169029bf2227b83a13e6d76e" }, "downloads": -1, "filename": "unidic2ud-1.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "04a53757483b18c0720d2ce3dc64ae7e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 9382, "upload_time": "2019-09-02T02:40:43", "url": "https://files.pythonhosted.org/packages/ad/df/c069601222b1c4837eb5c11619597018f750eba4657344c2104e4953c155/unidic2ud-1.0.5-py3-none-any.whl" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "e050856e6cc0579f92f8db8b7c33426b", "sha256": "da234239b394f2e1ccbb779201391c2591bd2244d33feb6ce03250ea3167193d" }, "downloads": -1, "filename": "unidic2ud-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e050856e6cc0579f92f8db8b7c33426b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13379, "upload_time": "2019-09-14T23:20:35", "url": "https://files.pythonhosted.org/packages/fc/07/30326d7f9488027eab4075c916d24cf608b09f0334c0aac941dc3b8b54d6/unidic2ud-1.1.0-py3-none-any.whl" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "f232bb23d31c5e72f72fcd03cb04db83", "sha256": "0549f612b25fa504615c18a7c09fab110ee7df7a788ae97e532d216594510729" }, "downloads": -1, "filename": "unidic2ud-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f232bb23d31c5e72f72fcd03cb04db83", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13404, "upload_time": "2019-09-15T00:00:07", "url": "https://files.pythonhosted.org/packages/48/44/a6eab8d67d1ce748fd6b8a6883fcb07e4bf23ac0e4f23149850a4444c60f/unidic2ud-1.1.1-py3-none-any.whl" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "509e3b53b03e10a9a6a5ebabbf72b11f", "sha256": "f5117ddaaff3e64d21f197840e52775ca8e7efd6754d1483c581753997b271c6" }, "downloads": -1, "filename": "unidic2ud-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "509e3b53b03e10a9a6a5ebabbf72b11f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13410, "upload_time": "2019-09-15T00:05:45", "url": "https://files.pythonhosted.org/packages/55/a9/95af45bd08d9b820b96ad10e59438571ecaa3f1aee44a6ca46e9b82f196b/unidic2ud-1.1.2-py3-none-any.whl" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "4ffd9647d468b113f4ba399d61418797", "sha256": "575d3d1cba92528a4898305bda92945e844a5a2c84b214c0ec6474dd682be924" }, "downloads": -1, "filename": "unidic2ud-1.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "4ffd9647d468b113f4ba399d61418797", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13488, "upload_time": "2019-09-15T06:38:29", "url": "https://files.pythonhosted.org/packages/ad/2c/b2d5b5ab8dc79267744638843e27bf9dea678b1ee965d53e0394ef7d8f43/unidic2ud-1.1.3-py3-none-any.whl" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "4c1bf5fb5c9d1845a65e37f11fd14c22", "sha256": "de86bab137b3ee9a0318c563331024edd98dea222e8993332e44f5f7348029fb" }, "downloads": -1, "filename": "unidic2ud-1.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "4c1bf5fb5c9d1845a65e37f11fd14c22", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13515, "upload_time": "2019-09-15T07:00:54", "url": "https://files.pythonhosted.org/packages/5e/84/bc448138508002001411bb70174f0f88a29fc3385dbe0fb777c6c416396b/unidic2ud-1.1.4-py3-none-any.whl" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "4bc2231307cf4d2cc15130f146520007", "sha256": "ee40a7b2ad94d8139171bf5476ec15ca0bc76875a1d0f9db701a60e2bbb50d25" }, "downloads": -1, "filename": "unidic2ud-1.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "4bc2231307cf4d2cc15130f146520007", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13686, "upload_time": "2019-09-21T02:30:42", "url": "https://files.pythonhosted.org/packages/f4/31/2e20d3de683c46b92608276e54d23442c5f4d1e80a296224465819c6daa7/unidic2ud-1.1.5-py3-none-any.whl" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "d258ce82455002f425d0d858f9892ca4", "sha256": "4c35e6c00a11e632203f37128743340c9cb65c6887ef8878cebaaf652986e25c" }, "downloads": -1, "filename": "unidic2ud-1.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "d258ce82455002f425d0d858f9892ca4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13684, "upload_time": "2019-09-21T04:12:14", "url": "https://files.pythonhosted.org/packages/13/2c/e4e3b17955242befa4854feb71e2ccd61c71d86f144a7ae871b584ee9a80/unidic2ud-1.1.6-py3-none-any.whl" } ], "1.1.7": [ { "comment_text": "", "digests": { "md5": "ac5e5fbade3efc04fa25e365f335237f", "sha256": "d7f0e89a2fa79e97a3352d11e453207ad397ccd7674054c5c5f92382de408be9" }, "downloads": -1, "filename": "unidic2ud-1.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "ac5e5fbade3efc04fa25e365f335237f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13686, "upload_time": "2019-09-21T06:31:27", "url": "https://files.pythonhosted.org/packages/ba/4c/73b163959b9f6cd7f1914b3a373fede1fdc67625d5a71a77d55babda4474/unidic2ud-1.1.7-py3-none-any.whl" } ], "1.1.8": [ { "comment_text": "", "digests": { "md5": "9d8d49966be8ca8ad6f367ee62bdf485", "sha256": "59987c218e3aa4c519f81cc8e3029bdf6bf532c9fcfb7d41ba7f648b12dabbbf" }, "downloads": -1, "filename": "unidic2ud-1.1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "9d8d49966be8ca8ad6f367ee62bdf485", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13709, "upload_time": "2019-09-22T03:38:24", "url": "https://files.pythonhosted.org/packages/6b/8a/3d6d71a8a40b076d2a7b1a9404e6672b388093c7584f431d1b771b215bda/unidic2ud-1.1.8-py3-none-any.whl" } ], "1.1.9": [ { "comment_text": "", "digests": { "md5": "b65917c8ed5f76f55faff9336e311419", "sha256": "32f2fcb59de6ff1f12e9b133f69da5a8d2c88e0dda002c0b5c76ca052b778b0d" }, "downloads": -1, "filename": "unidic2ud-1.1.9-py3-none-any.whl", "has_sig": false, "md5_digest": "b65917c8ed5f76f55faff9336e311419", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13707, "upload_time": "2019-09-22T08:52:51", "url": "https://files.pythonhosted.org/packages/df/43/e9b9f499499cf2774d859d9b142e474548f3f8da683ec9880c6e32aebdf6/unidic2ud-1.1.9-py3-none-any.whl" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "c984dc01ad82b2d14d4dc713a76c5300", "sha256": "fe0ba245a79a300426729b849edf9767b41aa2676430f3d653b133bcb1751a2f" }, "downloads": -1, "filename": "unidic2ud-1.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c984dc01ad82b2d14d4dc713a76c5300", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13704, "upload_time": "2019-09-23T05:41:32", "url": "https://files.pythonhosted.org/packages/c7/0f/f545c3a448bf5d3e5f8af4d16e69234b0b37d930c5f13be304a550992889/unidic2ud-1.2.0-py3-none-any.whl" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "cf75ac87b0b5ae55c30c8e2d49a0ba14", "sha256": "03cfe3ff44765170ab5a2fbd0715cd89c0d7371d124f7556a17627f5dd238f88" }, "downloads": -1, "filename": "unidic2ud-1.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cf75ac87b0b5ae55c30c8e2d49a0ba14", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13705, "upload_time": "2019-09-23T05:55:00", "url": "https://files.pythonhosted.org/packages/87/c6/5212df0e5dd6a3fd0683a0af6914ab6de370c884613e700178cf1da041c7/unidic2ud-1.2.1-py3-none-any.whl" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "5319039fcbb3858292bae7f0d1def4cd", "sha256": "f7e2d6dbaa6e619b8a33027421f4f1276b9f9864bebfd41e0c01608417d3c9cd" }, "downloads": -1, "filename": "unidic2ud-1.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "5319039fcbb3858292bae7f0d1def4cd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13705, "upload_time": "2019-09-23T05:57:41", "url": "https://files.pythonhosted.org/packages/1b/e4/dfae08ad19a3fd31caf0fd1cbb757a8c6156562ba66368a5bb90cfb0c9ed/unidic2ud-1.2.2-py3-none-any.whl" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "e785ef5bd43422f7130ac5f245dee844", "sha256": "970b37c8997443c9072e6e5cbf4a1834bfb708101d4d375a4ce826c250c6b691" }, "downloads": -1, "filename": "unidic2ud-1.2.3-py3-none-any.whl", "has_sig": false, "md5_digest": "e785ef5bd43422f7130ac5f245dee844", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13744, "upload_time": "2019-10-01T03:21:03", "url": "https://files.pythonhosted.org/packages/24/1b/a54a0ec294de35cab355889cb1beeb73b599fe616ab9e66081c477834938/unidic2ud-1.2.3-py3-none-any.whl" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "0275dd217a4327defb255442434a7a32", "sha256": "a61e256472a72cd89e1fa8a37cf0a61a99db7b4f61698fee6c209deca6576986" }, "downloads": -1, "filename": "unidic2ud-1.2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "0275dd217a4327defb255442434a7a32", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13763, "upload_time": "2019-10-19T02:42:56", "url": "https://files.pythonhosted.org/packages/d9/64/eff91a3376a72ea535dbe24c5fd8d80994837567591e81eac2408940d14b/unidic2ud-1.2.4-py3-none-any.whl" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "870014b28fab1b68449dc605cb86cb19", "sha256": "c15d8604b31fd2e0839e2354081421c833f6abfbf54d7cc44a4f3a1ff0bda93b" }, "downloads": -1, "filename": "unidic2ud-1.2.5-py3-none-any.whl", "has_sig": false, "md5_digest": "870014b28fab1b68449dc605cb86cb19", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13880, "upload_time": "2019-10-20T03:42:50", "url": "https://files.pythonhosted.org/packages/be/07/5aded4b30df7345082c3cae96ff0907ffa4af9f9ab4f006f98505991b7c0/unidic2ud-1.2.5-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "870014b28fab1b68449dc605cb86cb19", "sha256": "c15d8604b31fd2e0839e2354081421c833f6abfbf54d7cc44a4f3a1ff0bda93b" }, "downloads": -1, "filename": "unidic2ud-1.2.5-py3-none-any.whl", "has_sig": false, "md5_digest": "870014b28fab1b68449dc605cb86cb19", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13880, "upload_time": "2019-10-20T03:42:50", "url": "https://files.pythonhosted.org/packages/be/07/5aded4b30df7345082c3cae96ff0907ffa4af9f9ab4f006f98505991b7c0/unidic2ud-1.2.5-py3-none-any.whl" } ] }