{ "info": { "author": "Paul O'Leary McCann", "author_email": "polm@dampfkraft.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Natural Language :: Japanese" ], "description": "# fugashi\n\nFugashi is a Cython wrapper for [MeCab](https://taku910.github.io/mecab/). It\ndoesn't attempt to cover all of the potential use cases of MeCab, instead\ndealing with only the most common ones.\n\n- Only UniDic is supported, you can't use IPADic. UniDic Neologd is fine.\n- Only UTF-8 is supported.\n- Only Python3 is supported.\n\n## Usage\n\n from fugashi import Tagger\n\n tagger = Tagger('-Owakati')\n tagger.parse(\"\u9ea9\u83d3\u5b50\uff08\u3075\u304c\u3057\uff09\u306f\u3001\u9ea9\u3092\u4e3b\u6750\u6599\u3068\u3057\u305f\u65e5\u672c\u306e\u83d3\u5b50\u3002\")\n # => '\u9ea9 \u83d3\u5b50 \uff08 \u3075 \u304c \u3057 \uff09 \u306f \u3001 \u9ea9 \u3092 \u4e3b\u6750 \u6599 \u3068 \u3057 \u305f \u65e5\u672c \u306e \u83d3\u5b50 \u3002 \\n'\n for word in tagger.parseToNodeList(\"\u9ea9\u83d3\u5b50\uff08\u3075\u304c\u3057\uff09\u306f\u3001\u9ea9\u3092\u4e3b\u6750\u6599\u3068\u3057\u305f\u65e5\u672c\u306e\u83d3\u5b50\u3002\"):\n print(word, word.feature.lemma, word.pos, sep='\\t')\n # \"feature\" is the Unidic feature data as a named tuple", "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/polm/fugashi", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "fugashi", "package_url": "https://pypi.org/project/fugashi/", "platform": "", "project_url": "https://pypi.org/project/fugashi/", "project_urls": { "Homepage": "https://github.com/polm/fugashi" }, "release_url": "https://pypi.org/project/fugashi/0.1.1/", "requires_dist": null, "requires_python": ">=3.6", "summary": "A Cython wrapper for MeCab", "version": "0.1.1" }, "last_serial": 5970032, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b5aab6c5569198d89dba6e4e66998552", "sha256": "38a40141215cbd44bc0b96ba37e00ec73040d5c57917e9be203a9d4a6b21f5ab" }, "downloads": -1, "filename": "fugashi-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b5aab6c5569198d89dba6e4e66998552", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 44798, "upload_time": "2019-10-14T05:57:51", "url": "https://files.pythonhosted.org/packages/30/cf/c0fbb6e276ccc0814a678ecb558f9d4ef1e503b3302992277717f5ff96c4/fugashi-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "2a696db684239e467bf99896ec0f3068", "sha256": "423f5be9e3d2183659aff303e252b4e7803a7c04fa02917523b9ecd1aa75f5e2" }, "downloads": -1, "filename": "fugashi-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2a696db684239e467bf99896ec0f3068", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 45433, "upload_time": "2019-10-14T06:03:45", "url": "https://files.pythonhosted.org/packages/ee/ae/b362012956a8a74068f5a73bad6c26809d5bf0be967c24b1bdf0007fb566/fugashi-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2a696db684239e467bf99896ec0f3068", "sha256": "423f5be9e3d2183659aff303e252b4e7803a7c04fa02917523b9ecd1aa75f5e2" }, "downloads": -1, "filename": "fugashi-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2a696db684239e467bf99896ec0f3068", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 45433, "upload_time": "2019-10-14T06:03:45", "url": "https://files.pythonhosted.org/packages/ee/ae/b362012956a8a74068f5a73bad6c26809d5bf0be967c24b1bdf0007fb566/fugashi-0.1.1.tar.gz" } ] }