SeqLbToolkit


NameSeqLbToolkit JSON
Version 0.4.6 PyPI version JSON
download
home_pagehttps://github.com/Yinghao-Li/seqlbtoolkit
SummaryCommonly-used functions for building sequence labeling models.
upload_time2024-01-13 23:56:13
maintainer
docs_urlNone
authorYinghao Li
requires_python>=3.9
licenseMIT
keywords nlp sequence-labeling ml machine-learning natural-language-processing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SeqLbToolkit

This repo realizes Sequence Labeling Toolkits, a toolkit box containing useful functions for accelerating implementing sequences labeling deep learning models such as BiLSTM-CRF or BERT for Token Classification.

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg?color=purple)](https://www.python.org/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Yinghao-Li/seqlbtoolkit/)
[![PyPI version](https://badge.fury.io/py/SeqLbToolkit.svg)](https://badge.fury.io/py/SeqLbToolkit)
![GitHub stars](https://img.shields.io/github/stars/Yinghao-Li/seqlbtoolkit.svg?color=gold)
![GitHub forks](https://img.shields.io/github/forks/Yinghao-Li/seqlbtoolkit?color=9cf)

## 1. Installation

- Install from PyPI:
```bash
pip install -U SeqLbLoolkit
```

## 2. Documentation

Please refer to [wiki](https://github.com/Yinghao-Li/seqlbtoolkit/wiki) for documentation.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Yinghao-Li/seqlbtoolkit",
    "name": "SeqLbToolkit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "nlp sequence-labeling ml machine-learning natural-language-processing",
    "author": "Yinghao Li",
    "author_email": "yinghaoli@gatech.edu",
    "download_url": "https://files.pythonhosted.org/packages/1b/df/ec95995c39c64b87f9b681b42ea16ea0599a5c665152b7014e7de8492b31/SeqLbToolkit-0.4.6.tar.gz",
    "platform": null,
    "description": "# SeqLbToolkit\n\nThis repo realizes Sequence Labeling Toolkits, a toolkit box containing useful functions for accelerating implementing sequences labeling deep learning models such as BiLSTM-CRF or BERT for Token Classification.\n\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg?color=purple)](https://www.python.org/)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Yinghao-Li/seqlbtoolkit/)\n[![PyPI version](https://badge.fury.io/py/SeqLbToolkit.svg)](https://badge.fury.io/py/SeqLbToolkit)\n![GitHub stars](https://img.shields.io/github/stars/Yinghao-Li/seqlbtoolkit.svg?color=gold)\n![GitHub forks](https://img.shields.io/github/forks/Yinghao-Li/seqlbtoolkit?color=9cf)\n\n## 1. Installation\n\n- Install from PyPI:\n```bash\npip install -U SeqLbLoolkit\n```\n\n## 2. Documentation\n\nPlease refer to [wiki](https://github.com/Yinghao-Li/seqlbtoolkit/wiki) for documentation.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Commonly-used functions for building sequence labeling models.",
    "version": "0.4.6",
    "project_urls": {
        "Homepage": "https://github.com/Yinghao-Li/seqlbtoolkit"
    },
    "split_keywords": [
        "nlp",
        "sequence-labeling",
        "ml",
        "machine-learning",
        "natural-language-processing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10b36d6b54fa1397470d0263e93c836899830f3d4d0c83b5fa55402eeae7b5a3",
                "md5": "3ee21fc27b48107f3eba91ac3550cf5c",
                "sha256": "6ab7bbd60d8afb1cbcffe32658b8323dc6db29ea4a33c99c148370f8845fd51b"
            },
            "downloads": -1,
            "filename": "SeqLbToolkit-0.4.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3ee21fc27b48107f3eba91ac3550cf5c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 30377,
            "upload_time": "2024-01-13T23:56:11",
            "upload_time_iso_8601": "2024-01-13T23:56:11.265892Z",
            "url": "https://files.pythonhosted.org/packages/10/b3/6d6b54fa1397470d0263e93c836899830f3d4d0c83b5fa55402eeae7b5a3/SeqLbToolkit-0.4.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bdfec95995c39c64b87f9b681b42ea16ea0599a5c665152b7014e7de8492b31",
                "md5": "34ddc1da20162f3d8e3ed72a4aea2c4c",
                "sha256": "9a3c0ee767332e31c273d265bbf6072f16ae590d7beadd445513e8416839eb8f"
            },
            "downloads": -1,
            "filename": "SeqLbToolkit-0.4.6.tar.gz",
            "has_sig": false,
            "md5_digest": "34ddc1da20162f3d8e3ed72a4aea2c4c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 25868,
            "upload_time": "2024-01-13T23:56:13",
            "upload_time_iso_8601": "2024-01-13T23:56:13.114772Z",
            "url": "https://files.pythonhosted.org/packages/1b/df/ec95995c39c64b87f9b681b42ea16ea0599a5c665152b7014e7de8492b31/SeqLbToolkit-0.4.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-13 23:56:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Yinghao-Li",
    "github_project": "seqlbtoolkit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "seqlbtoolkit"
}
        
Elapsed time: 0.23669s