# ipadic-py
This is a version of IPAdic packaged for use in Python with
[mecab-python3](https://github.com/SamuraiT/mecab-python3) or
[fugashi](https://github.com/polm/fugashi).
# You Shouldn't Use This
This is the version of IPAdic included with MeCab. It hasn't been updated since
at least 2007. The organization that created it no longer does this kind of
work. The contact URLs listed in the source no longer resolve. It doesn't
contain important recent terms like 令和, the current era name.
Instead you should use [Unidic](https://unidic.ninjal.ac.jp/), which is
maintained by NINJAL.
This package is provided for compatability with old benchmarks or models.
## Usage
To install:
pip install ipadic
To initialize with mecab-python3:
import MeCab
import ipadic
tagger = MeCab.Tagger(ipadic.MECAB_ARGS)
print(tagger.parse("図書館にいた事がバレた"))
# License
IPAdic is copyright the Nara Institute of Science and Technology and ICOT. For
details see the COPYING file included in this distribution. This version of the
dictionary is distributed in compliance with the terms specified in that file.
The code in this repository is by Paul McCann and is available under the MIT or
WTFPL license, as you prefer.
Raw data
{
"_id": null,
"home_page": "https://github.com/polm/ipadic-py",
"name": "ipadic",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Paul O'Leary McCann",
"author_email": "polm@dampfkraft.com",
"download_url": "https://files.pythonhosted.org/packages/e7/4e/c459f94d62a0bef89f866857bc51b9105aff236b83928618315b41a26b7b/ipadic-1.0.0.tar.gz",
"platform": "",
"description": "# ipadic-py\n\nThis is a version of IPAdic packaged for use in Python with\n[mecab-python3](https://github.com/SamuraiT/mecab-python3) or\n[fugashi](https://github.com/polm/fugashi). \n\n# You Shouldn't Use This\n\nThis is the version of IPAdic included with MeCab. It hasn't been updated since\nat least 2007. The organization that created it no longer does this kind of\nwork. The contact URLs listed in the source no longer resolve. It doesn't\ncontain important recent terms like \u4ee4\u548c, the current era name.\n\nInstead you should use [Unidic](https://unidic.ninjal.ac.jp/), which is\nmaintained by NINJAL. \n\nThis package is provided for compatability with old benchmarks or models.\n\n## Usage\n\nTo install:\n\n pip install ipadic\n\nTo initialize with mecab-python3:\n\n import MeCab\n import ipadic\n tagger = MeCab.Tagger(ipadic.MECAB_ARGS)\n print(tagger.parse(\"\u56f3\u66f8\u9928\u306b\u3044\u305f\u4e8b\u304c\u30d0\u30ec\u305f\"))\n\n# License\n\nIPAdic is copyright the Nara Institute of Science and Technology and ICOT. For\ndetails see the COPYING file included in this distribution. This version of the\ndictionary is distributed in compliance with the terms specified in that file.\n\nThe code in this repository is by Paul McCann and is available under the MIT or\nWTFPL license, as you prefer.",
"bugtrack_url": null,
"license": "",
"summary": "IPAdic packaged for Python",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/polm/ipadic-py"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e74ec459f94d62a0bef89f866857bc51b9105aff236b83928618315b41a26b7b",
"md5": "dcfdb48518b250392a6611267a6a6253",
"sha256": "f5923d31eca6131acaaf18ed28d8998665b1347b640d3a6476f64650e9a71c07"
},
"downloads": -1,
"filename": "ipadic-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "dcfdb48518b250392a6611267a6a6253",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13413189,
"upload_time": "2020-07-20T03:35:40",
"upload_time_iso_8601": "2020-07-20T03:35:40.209427Z",
"url": "https://files.pythonhosted.org/packages/e7/4e/c459f94d62a0bef89f866857bc51b9105aff236b83928618315b41a26b7b/ipadic-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2020-07-20 03:35:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "polm",
"github_project": "ipadic-py",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ipadic"
}