hanlp-common


Namehanlp-common JSON
Version 0.0.20 PyPI version JSON
download
home_pagehttps://github.com/hankcs/HanLP
SummaryHanLP: Han Language Processing
upload_time2024-03-23 03:03:03
maintainerNone
docs_urlNone
authorhankcs
requires_python>=3.6
licenseApache License 2.0
keywords corpus machine-learning nlu nlp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Common utilities and structures for HanLP

[中文](https://github.com/hankcs/HanLP/tree/doc-zh) | [1.x](https://github.com/hankcs/HanLP/tree/1.x) | [forum](https://bbs.hankcs.com/) | [docker](https://github.com/WalterInSH/hanlp-jupyter-docker)

The multilingual NLP library for researchers and companies, built on PyTorch and TensorFlow 2.x, for advancing state-of-the-art deep learning techniques in both academia and industry. HanLP was designed from day one to be efficient, user friendly and extendable. It comes with pretrained models for various human languages including English, Chinese and many others. Currently, HanLP 2.0 is in alpha stage with more killer features on the roadmap. Discussions are welcomed on our [forum](https://bbs.hankcs.com/), while bug reports and feature requests are reserved for GitHub issues. For Java users, please checkout the [1.x](https://github.com/hankcs/HanLP/tree/1.x) branch.


## Installation

```bash
pip install hanlp
```

## License

HanLP is licensed under **Apache License 2.0**. You can use HanLP in your commercial products for free. We would appreciate it if you add a link to HanLP on your website.




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hankcs/HanLP",
    "name": "hanlp-common",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "corpus, machine-learning, NLU, NLP",
    "author": "hankcs",
    "author_email": "hankcshe@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/48/6a/31fdd8000fa8cdddcb8307f7e5c2c4f509c63eb484b315c1ea863a5eabc0/hanlp_common-0.0.20.tar.gz",
    "platform": null,
    "description": "# Common utilities and structures for HanLP\n\n[\u4e2d\u6587](https://github.com/hankcs/HanLP/tree/doc-zh) | [1.x](https://github.com/hankcs/HanLP/tree/1.x) | [forum](https://bbs.hankcs.com/) | [docker](https://github.com/WalterInSH/hanlp-jupyter-docker)\n\nThe multilingual NLP library for researchers and companies, built on PyTorch and TensorFlow 2.x, for advancing state-of-the-art deep learning techniques in both academia and industry. HanLP was designed from day one to be efficient, user friendly and extendable. It comes with pretrained models for various human languages including English, Chinese and many others. Currently, HanLP 2.0 is in alpha stage with more killer features on the roadmap. Discussions are welcomed on our [forum](https://bbs.hankcs.com/), while bug reports and feature requests are reserved for GitHub issues. For Java users, please checkout the [1.x](https://github.com/hankcs/HanLP/tree/1.x) branch.\n\n\n## Installation\n\n```bash\npip install hanlp\n```\n\n## License\n\nHanLP is licensed under **Apache License 2.0**. You can use HanLP in your commercial products for free. We would appreciate it if you add a link to HanLP on your website.\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "HanLP: Han Language Processing",
    "version": "0.0.20",
    "project_urls": {
        "Homepage": "https://github.com/hankcs/HanLP"
    },
    "split_keywords": [
        "corpus",
        " machine-learning",
        " nlu",
        " nlp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "486a31fdd8000fa8cdddcb8307f7e5c2c4f509c63eb484b315c1ea863a5eabc0",
                "md5": "a04ad6d20d22b0d4dd0e922e6adda686",
                "sha256": "6e828020738c212d64da07a245064e409cf0171bd5836d58bf5c7f636d64a541"
            },
            "downloads": -1,
            "filename": "hanlp_common-0.0.20.tar.gz",
            "has_sig": false,
            "md5_digest": "a04ad6d20d22b0d4dd0e922e6adda686",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 28610,
            "upload_time": "2024-03-23T03:03:03",
            "upload_time_iso_8601": "2024-03-23T03:03:03.578767Z",
            "url": "https://files.pythonhosted.org/packages/48/6a/31fdd8000fa8cdddcb8307f7e5c2c4f509c63eb484b315c1ea863a5eabc0/hanlp_common-0.0.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-23 03:03:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hankcs",
    "github_project": "HanLP",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "hanlp-common"
}
        
Elapsed time: 0.21636s