SeqLbToolkit


NameSeqLbToolkit JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://github.com/Yinghao-Li/seqlbtoolkit
SummaryCommonly-used functions for building sequence labeling models.
upload_time2024-12-05 17:58:28
maintainerNone
docs_urlNone
authorYinghao Li
requires_python>=3.9
licenseMIT
keywords nlp sequence-labeling ml machine-learning natural-language-processing
VCS
bugtrack_url
requirements nltk numpy regex seqeval torch transformers spacy-alignments pytextspan rich
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": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "nlp sequence-labeling ml machine-learning natural-language-processing",
    "author": "Yinghao Li",
    "author_email": "yinghaoli@gatech.edu",
    "download_url": null,
    "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.6.0",
    "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": "88f06f433b73f65fd7e090f6d323fa3c348342d0a411e95daaa45e62d71d995c",
                "md5": "ef39e18b30931977ebabbc9c4825e432",
                "sha256": "18d566028821670ac3bd208487760d6be927edd95d126683280f41ef55882cc1"
            },
            "downloads": -1,
            "filename": "SeqLbToolkit-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ef39e18b30931977ebabbc9c4825e432",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 32456,
            "upload_time": "2024-12-05T17:58:28",
            "upload_time_iso_8601": "2024-12-05T17:58:28.740734Z",
            "url": "https://files.pythonhosted.org/packages/88/f0/6f433b73f65fd7e090f6d323fa3c348342d0a411e95daaa45e62d71d995c/SeqLbToolkit-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-05 17:58:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Yinghao-Li",
    "github_project": "seqlbtoolkit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "nltk",
            "specs": [
                [
                    "~=",
                    "3.5"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "~=",
                    "1.21.2"
                ]
            ]
        },
        {
            "name": "regex",
            "specs": [
                [
                    "~=",
                    "2021.8.3"
                ]
            ]
        },
        {
            "name": "seqeval",
            "specs": [
                [
                    "~=",
                    "1.2.2"
                ]
            ]
        },
        {
            "name": "torch",
            "specs": [
                [
                    "~=",
                    "1.10.0"
                ]
            ]
        },
        {
            "name": "transformers",
            "specs": [
                [
                    "~=",
                    "4.12.3"
                ]
            ]
        },
        {
            "name": "spacy-alignments",
            "specs": [
                [
                    "~=",
                    "0.9.1"
                ]
            ]
        },
        {
            "name": "pytextspan",
            "specs": [
                [
                    "~=",
                    "0.5.7"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    "~=",
                    "13.4.2"
                ]
            ]
        }
    ],
    "lcname": "seqlbtoolkit"
}
        
Elapsed time: 0.42643s