python-mecab-ko-dic


Namepython-mecab-ko-dic JSON
Version 2.1.1.post2 PyPI version JSON
download
home_pagehttps://github.com/jonghwanhyeon/python-mecab-ko-dic
Summarymecab-ko-dic packaged for Python
upload_time2022-12-14 08:41:53
maintainer
docs_urlNone
authorJonghwan Hyeon
requires_python
licenseApache License 2.0
keywords mecab mecab-ko mecab-dic
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-mecab-ko-dic
This is a version of[`mecab-ko-dic`](https://bitbucket.org/eunjeon/mecab-ko-dic) packaged for easy use in Python.  In order to use `mecab-ko-dic`, a complicated process of installing [`mecab-ko`](https://bitbucket.org/eunjeon/mecab-ko) and building the dictionary is required. This library performs these processes in advance and makes the built dictionary available just through installation.

## Credits
The dictionary was created by Yongwoon Lee and Yungho Yu as part of [the Eunjeon proejct](http://eunjeon.blogspot.com/).

## Usage
```python
import mecab_ko_dic
print("Dictionary path:", mecab_ko_dic.dictionary_path)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jonghwanhyeon/python-mecab-ko-dic",
    "name": "python-mecab-ko-dic",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "mecab,mecab-ko,mecab-dic",
    "author": "Jonghwan Hyeon",
    "author_email": "jonghwanhyeon93@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b5/cc/0188ca47e3d508c0961fb915ab9c71fd6facc821afb906e7b9080009d4ec/python-mecab-ko-dic-2.1.1.post2.tar.gz",
    "platform": null,
    "description": "# python-mecab-ko-dic\nThis is a version of[`mecab-ko-dic`](https://bitbucket.org/eunjeon/mecab-ko-dic) packaged for easy use in Python.  In order to use `mecab-ko-dic`, a complicated process of installing [`mecab-ko`](https://bitbucket.org/eunjeon/mecab-ko) and building the dictionary is required. This library performs these processes in advance and makes the built dictionary available just through installation.\n\n## Credits\nThe dictionary was created by Yongwoon Lee and Yungho Yu as part of [the Eunjeon proejct](http://eunjeon.blogspot.com/).\n\n## Usage\n```python\nimport mecab_ko_dic\nprint(\"Dictionary path:\", mecab_ko_dic.dictionary_path)\n```\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "mecab-ko-dic packaged for Python",
    "version": "2.1.1.post2",
    "split_keywords": [
        "mecab",
        "mecab-ko",
        "mecab-dic"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "542d3a42cc02da90811d9485487dd743",
                "sha256": "ef8f4e80c8976f1340a7264abb0c96f384fe059fd897584aeba0151753c6ae9b"
            },
            "downloads": -1,
            "filename": "python_mecab_ko_dic-2.1.1.post2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "542d3a42cc02da90811d9485487dd743",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 34457665,
            "upload_time": "2022-12-14T08:41:39",
            "upload_time_iso_8601": "2022-12-14T08:41:39.777720Z",
            "url": "https://files.pythonhosted.org/packages/4e/63/23fb02dd36d96527eb0c93300e8db22ab42805c1a232af621c5a8f175e37/python_mecab_ko_dic-2.1.1.post2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "304e45a7806058a9632eb72df1e1e5c5",
                "sha256": "2c423713bdc475345ec98cd084b30759458f8f06c38a9ef94ab8687942c2cd34"
            },
            "downloads": -1,
            "filename": "python-mecab-ko-dic-2.1.1.post2.tar.gz",
            "has_sig": false,
            "md5_digest": "304e45a7806058a9632eb72df1e1e5c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 34179115,
            "upload_time": "2022-12-14T08:41:53",
            "upload_time_iso_8601": "2022-12-14T08:41:53.468081Z",
            "url": "https://files.pythonhosted.org/packages/b5/cc/0188ca47e3d508c0961fb915ab9c71fd6facc821afb906e7b9080009d4ec/python-mecab-ko-dic-2.1.1.post2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-14 08:41:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jonghwanhyeon",
    "github_project": "python-mecab-ko-dic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "python-mecab-ko-dic"
}
        
Elapsed time: 0.01821s