unidic-lite


Nameunidic-lite JSON
Version 1.0.8 PyPI version JSON
download
home_pagehttps://github.com/polm/unidic-lite
SummaryA small version of UniDic packaged for Python
upload_time2021-01-25 06:07:54
maintainer
docs_urlNone
authorPaul O'Leary McCann
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Current PyPI packages](https://badge.fury.io/py/unidic-lite.svg)](https://pypi.org/project/unidic-lite/)

# Unidic Lite

This is a version of [unidic-py](https://github.com/polm/unidic-py) that is
designed to be installable with pip alone, not requiring any extra downloads. 

At the moment it uses Unidic 2.1.2, from 2013, which is the most recent release
of UniDic that's small enough to be distributed via PyPI.

**Note this package takes roughly 250MB on disk after being installed.**

In order to use this you will need to install a MeCab wrapper such as
[mecab-python3](https://github.com/SamuraiT/mecab-python3) or
[fugashi](https://github.com/polm/fugashi). 

## Differences from the Official UniDic Release

This has a few changes from the official UniDic release to make it easier to use.

- entries for 令和 have been added
- single-character numeric and alphabetic words have been deleted
- `unk.def` has been modified so unknown punctuation won't be marked as a noun

## License

This code is licensed under the MIT or WTFPL license, as you prefer. Unidic
2.1.2 is copyright the UniDic Consortium and distributed under the terms of the
[BSD license](./LICENSE.unidic).
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/polm/unidic-lite",
    "name": "unidic-lite",
    "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/55/2b/8cf7514cb57d028abcef625afa847d60ff1ffbf0049c36b78faa7c35046f/unidic-lite-1.0.8.tar.gz",
    "platform": "",
    "description": "[![Current PyPI packages](https://badge.fury.io/py/unidic-lite.svg)](https://pypi.org/project/unidic-lite/)\n\n# Unidic Lite\n\nThis is a version of [unidic-py](https://github.com/polm/unidic-py) that is\ndesigned to be installable with pip alone, not requiring any extra downloads. \n\nAt the moment it uses Unidic 2.1.2, from 2013, which is the most recent release\nof UniDic that's small enough to be distributed via PyPI.\n\n**Note this package takes roughly 250MB on disk after being installed.**\n\nIn order to use this you will need to install a MeCab wrapper such as\n[mecab-python3](https://github.com/SamuraiT/mecab-python3) or\n[fugashi](https://github.com/polm/fugashi). \n\n## Differences from the Official UniDic Release\n\nThis has a few changes from the official UniDic release to make it easier to use.\n\n- entries for \u4ee4\u548c have been added\n- single-character numeric and alphabetic words have been deleted\n- `unk.def` has been modified so unknown punctuation won't be marked as a noun\n\n## License\n\nThis code is licensed under the MIT or WTFPL license, as you prefer. Unidic\n2.1.2 is copyright the UniDic Consortium and distributed under the terms of the\n[BSD license](./LICENSE.unidic).",
    "bugtrack_url": null,
    "license": "",
    "summary": "A small version of UniDic packaged for Python",
    "version": "1.0.8",
    "project_urls": {
        "Homepage": "https://github.com/polm/unidic-lite"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "552b8cf7514cb57d028abcef625afa847d60ff1ffbf0049c36b78faa7c35046f",
                "md5": "5a6b70b6532e61f3ab8685e11fc4c959",
                "sha256": "db9d4572d9fdd4d00a97949d4b0741ec480ee05a7e7e2e32f547500dae27b245"
            },
            "downloads": -1,
            "filename": "unidic-lite-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "5a6b70b6532e61f3ab8685e11fc4c959",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 47356746,
            "upload_time": "2021-01-25T06:07:54",
            "upload_time_iso_8601": "2021-01-25T06:07:54.719093Z",
            "url": "https://files.pythonhosted.org/packages/55/2b/8cf7514cb57d028abcef625afa847d60ff1ffbf0049c36b78faa7c35046f/unidic-lite-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-01-25 06:07:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "polm",
    "github_project": "unidic-lite",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "unidic-lite"
}
        
Elapsed time: 0.44233s