{
"info": {
"author": "Yukino Ikegami",
"author_email": "yknikgm@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Natural Language :: Japanese",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows :: Windows 10",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Text Processing"
],
"description": "cabocha-python\r\n===============\r\nThis is a python wrapper for CaboCha Japanese Dependency Structure Analyzer.\r\n\r\nNOTE: It does not sopport Windows Python 64bit version.\r\n\r\n`Japanese document `_ is available.\r\n\r\nUSAGE\r\n============\r\n\r\n.. code:: python\r\n\r\n >>> import CaboCha\r\n >>> c = CaboCha.Parser()\r\n >>> sentence = \"\u592a\u90ce\u306f\u3053\u306e\u672c\u3092\u4e8c\u90ce\u3092\u898b\u305f\u5973\u6027\u306b\u6e21\u3057\u305f\u3002\"\r\n >>> print(c.parseToString(sentence))\r\n \u592a\u90ce\u306f-----------D\r\n \u3053\u306e-D |\r\n \u672c\u3092---D |\r\n \u4e8c\u90ce\u3092-D |\r\n \u898b\u305f-D |\r\n \u5973\u6027\u306b-D\r\n \u6e21\u3057\u305f\u3002\r\n EOS\r\n >>> tree = c.parse(sentence)\r\n >>> print(tree.toString(CaboCha.FORMAT_TREE))\r\n \u592a\u90ce\u306f-----------D\r\n \u3053\u306e-D |\r\n \u672c\u3092---D |\r\n \u4e8c\u90ce\u3092-D |\r\n \u898b\u305f-D |\r\n \u5973\u6027\u306b-D\r\n \u6e21\u3057\u305f\u3002\r\n EOS\r\n\r\n >>> print(tree.toString(CaboCha.FORMAT_LATTICE))\r\n * 0 6D 0/1 -2.457381\r\n \u592a\u90ce\t\u540d\u8a5e,\u56fa\u6709\u540d\u8a5e,\u4eba\u540d,\u540d,*,*,\u592a\u90ce,\u30bf\u30ed\u30a6,\u30bf\u30ed\u30fc\r\n \u306f\t\u52a9\u8a5e,\u4fc2\u52a9\u8a5e,*,*,*,*,\u306f,\u30cf,\u30ef\r\n * 1 2D 0/0 1.488413\r\n \u3053\u306e\t\u9023\u4f53\u8a5e,*,*,*,*,*,\u3053\u306e,\u30b3\u30ce,\u30b3\u30ce\r\n * 2 4D 0/1 0.091699\r\n \u672c\t\u540d\u8a5e,\u4e00\u822c,*,*,*,*,\u672c,\u30db\u30f3,\u30db\u30f3\r\n \u3092\t\u52a9\u8a5e,\u683c\u52a9\u8a5e,\u4e00\u822c,*,*,*,\u3092,\u30f2,\u30f2\r\n * 3 4D 0/1 2.266072\r\n \u4e8c\u90ce\t\u540d\u8a5e,\u56fa\u6709\u540d\u8a5e,\u4eba\u540d,\u540d,*,*,\u4e8c\u90ce,\u30b8\u30ed\u30a6,\u30b8\u30ed\u30fc\r\n \u3092\t\u52a9\u8a5e,\u683c\u52a9\u8a5e,\u4e00\u822c,*,*,*,\u3092,\u30f2,\u30f2\r\n * 4 5D 0/1 1.416783\r\n \u898b\t\u52d5\u8a5e,\u81ea\u7acb,*,*,\u4e00\u6bb5,\u9023\u7528\u5f62,\u898b\u308b,\u30df,\u30df\r\n \u305f\t\u52a9\u52d5\u8a5e,*,*,*,\u7279\u6b8a\u30fb\u30bf,\u57fa\u672c\u5f62,\u305f,\u30bf,\u30bf\r\n * 5 6D 0/1 -2.457381\r\n \u5973\u6027\t\u540d\u8a5e,\u4e00\u822c,*,*,*,*,\u5973\u6027,\u30b8\u30e7\u30bb\u30a4,\u30b8\u30e7\u30bb\u30a4\r\n \u306b\t\u52a9\u8a5e,\u683c\u52a9\u8a5e,\u4e00\u822c,*,*,*,\u306b,\u30cb,\u30cb\r\n * 6 -1D 0/1 0.000000\r\n \u6e21\u3057\t\u52d5\u8a5e,\u81ea\u7acb,*,*,\u4e94\u6bb5\u30fb\u30b5\u884c,\u9023\u7528\u5f62,\u6e21\u3059,\u30ef\u30bf\u30b7,\u30ef\u30bf\u30b7\r\n \u305f\t\u52a9\u52d5\u8a5e,*,*,*,\u7279\u6b8a\u30fb\u30bf,\u57fa\u672c\u5f62,\u305f,\u30bf,\u30bf\r\n \u3002\t\u8a18\u53f7,\u53e5\u70b9,*,*,*,*,\u3002,\u3002,\u3002\r\n EOS\r\n\r\nLicense\r\n============\r\nCaboCha is copyrighted free software by Taku Kudo is released under any of the the LGPL (see the file LGPL) or the BSD License (see the file BSD).\r\n\r\n\r\nCHANGES\r\n=======\r\n\r\n0.69.1 (2019-09-21)\r\n-------------------\r\n\r\n- Avoid the compilation error: 'Python.h' file not found\r\n- Update codes by swig 4.0.1\r\n\r\n0.69 (2019-03-04)\r\n------------------\r\n\r\nFirst release to PyPI\r\n\r\n\r\n",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/ikegami-yukino/cabocha/tree/master/python",
"keywords": "",
"license": "BSD or LGPL",
"maintainer": "",
"maintainer_email": "",
"name": "cabocha-python",
"package_url": "https://pypi.org/project/cabocha-python/",
"platform": "Windows",
"project_url": "https://pypi.org/project/cabocha-python/",
"project_urls": {
"Homepage": "https://github.com/ikegami-yukino/cabocha/tree/master/python"
},
"release_url": "https://pypi.org/project/cabocha-python/0.69.1/",
"requires_dist": null,
"requires_python": "",
"summary": "Python wrapper for CaboCha: Japanese Dependency Structure Analyzer",
"version": "0.69.1",
"yanked": false,
"yanked_reason": null
},
"last_serial": 6036362,
"releases": {
"0.69": [
{
"comment_text": "",
"digests": {
"md5": "0d1cc370a9dd50d86a22de3d1dc6ca1b",
"sha256": "10e0f7cc0b4a21dfcd4bc5784af1a905c4cac66dea8575957f20edc79bcde4dd"
},
"downloads": -1,
"filename": "cabocha_python-0.69-cp27-cp27m-win32.whl",
"has_sig": false,
"md5_digest": "0d1cc370a9dd50d86a22de3d1dc6ca1b",
"packagetype": "bdist_wheel",
"python_version": "cp27",
"requires_python": null,
"size": 477114,
"upload_time": "2019-03-03T16:50:50",
"upload_time_iso_8601": "2019-03-03T16:50:50.234501Z",
"url": "https://files.pythonhosted.org/packages/70/40/bfae8935952524f4c2e079e63790e177c03a1554b9e2a44a1e675768d626/cabocha_python-0.69-cp27-cp27m-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "45faf38a6ac0816e85c1586346f3f53f",
"sha256": "1da476d2f022eaf3fd0c23c48519034f7bb5355eaa0616110b7711ac69441cdd"
},
"downloads": -1,
"filename": "cabocha_python-0.69-cp36-cp36m-win32.whl",
"has_sig": false,
"md5_digest": "45faf38a6ac0816e85c1586346f3f53f",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": null,
"size": 485496,
"upload_time": "2019-03-03T16:50:53",
"upload_time_iso_8601": "2019-03-03T16:50:53.402644Z",
"url": "https://files.pythonhosted.org/packages/35/01/9ef38d05d3b6dc8f0b683c3b4b7fd0b0d830fe86944cb259210b7a9ffdac/cabocha_python-0.69-cp36-cp36m-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "a001ac84f5d2f28910805b562dce3a8c",
"sha256": "db337ddce4cc26278c3e53d4580cdaceb6d1fc94c0038cf43953f8cd1158f689"
},
"downloads": -1,
"filename": "cabocha_python-0.69-cp37-cp37m-win32.whl",
"has_sig": false,
"md5_digest": "a001ac84f5d2f28910805b562dce3a8c",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 484325,
"upload_time": "2019-03-03T16:50:55",
"upload_time_iso_8601": "2019-03-03T16:50:55.153181Z",
"url": "https://files.pythonhosted.org/packages/48/95/be46116b8c692231343e899590e4e287a848ff865a37f30778662d2d20cb/cabocha_python-0.69-cp37-cp37m-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "9bff32ce3f62f3fb72c187dc046ead9b",
"sha256": "97418445510e94cb31ed746aa7b74199ec12315550204f42b80afdc60d09f13b"
},
"downloads": -1,
"filename": "cabocha-python-0.69.tar.gz",
"has_sig": false,
"md5_digest": "9bff32ce3f62f3fb72c187dc046ead9b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 49487,
"upload_time": "2019-03-03T16:50:56",
"upload_time_iso_8601": "2019-03-03T16:50:56.838542Z",
"url": "https://files.pythonhosted.org/packages/3a/27/fbc6aaf560d26f1762d5b5142914486c3124bbba55733771b0c9fe3c51b5/cabocha-python-0.69.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.69.1": [
{
"comment_text": "",
"digests": {
"md5": "4c127024cf49a5f59f0e3ad5e8ff1a5e",
"sha256": "eb517ba9ccb5787179b98880984e66273ea6c6a383ee641f0f06ddaf834aacb5"
},
"downloads": -1,
"filename": "cabocha_python-0.69.1-cp27-cp27m-win32.whl",
"has_sig": false,
"md5_digest": "4c127024cf49a5f59f0e3ad5e8ff1a5e",
"packagetype": "bdist_wheel",
"python_version": "cp27",
"requires_python": null,
"size": 479610,
"upload_time": "2019-09-20T18:56:47",
"upload_time_iso_8601": "2019-09-20T18:56:47.842080Z",
"url": "https://files.pythonhosted.org/packages/d0/c3/e942ab9211d2afd3c131fe32684e9e8102b2bde226743179e69be05e4ada/cabocha_python-0.69.1-cp27-cp27m-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "cf39f8699d08dca0d18f92867f06827d",
"sha256": "4dea15f8bc1d007ce09044bbbdc7f8ada68090d70b004b96b4bc4504bd52b2de"
},
"downloads": -1,
"filename": "cabocha_python-0.69.1-cp36-cp36m-win32.whl",
"has_sig": false,
"md5_digest": "cf39f8699d08dca0d18f92867f06827d",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": null,
"size": 485526,
"upload_time": "2019-09-20T18:56:49",
"upload_time_iso_8601": "2019-09-20T18:56:49.835443Z",
"url": "https://files.pythonhosted.org/packages/5b/60/7598911db6c296578d8eb276d13835180d760d59d6004941cdb7ac9c70a3/cabocha_python-0.69.1-cp36-cp36m-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "bdda69bd525d4c985dc50e77110e648c",
"sha256": "23f74c605f75ee8ea93371670079ca88280639ba8ca6ad576f40a5be4dfeecf9"
},
"downloads": -1,
"filename": "cabocha_python-0.69.1-cp37-cp37m-win32.whl",
"has_sig": false,
"md5_digest": "bdda69bd525d4c985dc50e77110e648c",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 484745,
"upload_time": "2019-09-20T18:56:52",
"upload_time_iso_8601": "2019-09-20T18:56:52.602788Z",
"url": "https://files.pythonhosted.org/packages/f5/d5/cec8e298af5dcf90088d7938c56605ef7ab0aacff3b0556de3396dc1fd34/cabocha_python-0.69.1-cp37-cp37m-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "977b5753d6b0bfd773a043516e96122a",
"sha256": "019fc7ecd9860dc7c6580924b973ab0f91a8fff318ddef8582be2ad1cea20de4"
},
"downloads": -1,
"filename": "cabocha_python-0.69.1-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "977b5753d6b0bfd773a043516e96122a",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 484927,
"upload_time": "2019-10-27T09:43:49",
"upload_time_iso_8601": "2019-10-27T09:43:49.764069Z",
"url": "https://files.pythonhosted.org/packages/42/48/4ec1e36b0d6c82c471dd6cd9a0eee2323d2faa2fc81351ebb2d4a9d8965d/cabocha_python-0.69.1-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "2ec240669eace8ea0a60d6688610aabf",
"sha256": "ee344099847cc97bb4d0120a8639a762da0381f19b146d04419ed86c5428a4bb"
},
"downloads": -1,
"filename": "cabocha-python-0.69.1.tar.gz",
"has_sig": false,
"md5_digest": "2ec240669eace8ea0a60d6688610aabf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 49617,
"upload_time": "2019-09-20T18:58:35",
"upload_time_iso_8601": "2019-09-20T18:58:35.993015Z",
"url": "https://files.pythonhosted.org/packages/f6/d7/9d65ff2cf49f34ef8313c2fe6fe2f8b0a0e165ea385e6ef6e20b4538560c/cabocha-python-0.69.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "4c127024cf49a5f59f0e3ad5e8ff1a5e",
"sha256": "eb517ba9ccb5787179b98880984e66273ea6c6a383ee641f0f06ddaf834aacb5"
},
"downloads": -1,
"filename": "cabocha_python-0.69.1-cp27-cp27m-win32.whl",
"has_sig": false,
"md5_digest": "4c127024cf49a5f59f0e3ad5e8ff1a5e",
"packagetype": "bdist_wheel",
"python_version": "cp27",
"requires_python": null,
"size": 479610,
"upload_time": "2019-09-20T18:56:47",
"upload_time_iso_8601": "2019-09-20T18:56:47.842080Z",
"url": "https://files.pythonhosted.org/packages/d0/c3/e942ab9211d2afd3c131fe32684e9e8102b2bde226743179e69be05e4ada/cabocha_python-0.69.1-cp27-cp27m-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "cf39f8699d08dca0d18f92867f06827d",
"sha256": "4dea15f8bc1d007ce09044bbbdc7f8ada68090d70b004b96b4bc4504bd52b2de"
},
"downloads": -1,
"filename": "cabocha_python-0.69.1-cp36-cp36m-win32.whl",
"has_sig": false,
"md5_digest": "cf39f8699d08dca0d18f92867f06827d",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": null,
"size": 485526,
"upload_time": "2019-09-20T18:56:49",
"upload_time_iso_8601": "2019-09-20T18:56:49.835443Z",
"url": "https://files.pythonhosted.org/packages/5b/60/7598911db6c296578d8eb276d13835180d760d59d6004941cdb7ac9c70a3/cabocha_python-0.69.1-cp36-cp36m-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "bdda69bd525d4c985dc50e77110e648c",
"sha256": "23f74c605f75ee8ea93371670079ca88280639ba8ca6ad576f40a5be4dfeecf9"
},
"downloads": -1,
"filename": "cabocha_python-0.69.1-cp37-cp37m-win32.whl",
"has_sig": false,
"md5_digest": "bdda69bd525d4c985dc50e77110e648c",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 484745,
"upload_time": "2019-09-20T18:56:52",
"upload_time_iso_8601": "2019-09-20T18:56:52.602788Z",
"url": "https://files.pythonhosted.org/packages/f5/d5/cec8e298af5dcf90088d7938c56605ef7ab0aacff3b0556de3396dc1fd34/cabocha_python-0.69.1-cp37-cp37m-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "977b5753d6b0bfd773a043516e96122a",
"sha256": "019fc7ecd9860dc7c6580924b973ab0f91a8fff318ddef8582be2ad1cea20de4"
},
"downloads": -1,
"filename": "cabocha_python-0.69.1-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "977b5753d6b0bfd773a043516e96122a",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 484927,
"upload_time": "2019-10-27T09:43:49",
"upload_time_iso_8601": "2019-10-27T09:43:49.764069Z",
"url": "https://files.pythonhosted.org/packages/42/48/4ec1e36b0d6c82c471dd6cd9a0eee2323d2faa2fc81351ebb2d4a9d8965d/cabocha_python-0.69.1-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "2ec240669eace8ea0a60d6688610aabf",
"sha256": "ee344099847cc97bb4d0120a8639a762da0381f19b146d04419ed86c5428a4bb"
},
"downloads": -1,
"filename": "cabocha-python-0.69.1.tar.gz",
"has_sig": false,
"md5_digest": "2ec240669eace8ea0a60d6688610aabf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 49617,
"upload_time": "2019-09-20T18:58:35",
"upload_time_iso_8601": "2019-09-20T18:58:35.993015Z",
"url": "https://files.pythonhosted.org/packages/f6/d7/9d65ff2cf49f34ef8313c2fe6fe2f8b0a0e165ea385e6ef6e20b4538560c/cabocha-python-0.69.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"vulnerabilities": []
}