# 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.
[](https://www.python.org/)
[](https://github.com/Yinghao-Li/seqlbtoolkit/)
[](https://badge.fury.io/py/SeqLbToolkit)


## 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": "https://files.pythonhosted.org/packages/91/6d/06c5445d22f604b5e08039f016f17229c818c64da8927c9d572a437900f4/seqlbtoolkit-0.6.17.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[](https://www.python.org/)\n[](https://github.com/Yinghao-Li/seqlbtoolkit/)\n[](https://badge.fury.io/py/SeqLbToolkit)\n\n\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.17",
"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": "d8b184624364dbdb18bbb8f719af7c09451511b452eb92cb722ae098855e4240",
"md5": "5aab3ca9f6e417d04e0382d4a8239170",
"sha256": "01f1c0d6e26320e38a36cdda6e5f83a7e4ad91bfcc32497f03fffac0397ca955"
},
"downloads": -1,
"filename": "seqlbtoolkit-0.6.17-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5aab3ca9f6e417d04e0382d4a8239170",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 35228,
"upload_time": "2025-03-18T20:42:29",
"upload_time_iso_8601": "2025-03-18T20:42:29.555229Z",
"url": "https://files.pythonhosted.org/packages/d8/b1/84624364dbdb18bbb8f719af7c09451511b452eb92cb722ae098855e4240/seqlbtoolkit-0.6.17-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "916d06c5445d22f604b5e08039f016f17229c818c64da8927c9d572a437900f4",
"md5": "965239dbc81da2eae87b7583694e4482",
"sha256": "8e984c63348438b27430f0d52c0f436196cd750da23e0d6f770094d11f607c7b"
},
"downloads": -1,
"filename": "seqlbtoolkit-0.6.17.tar.gz",
"has_sig": false,
"md5_digest": "965239dbc81da2eae87b7583694e4482",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 31042,
"upload_time": "2025-03-18T20:42:30",
"upload_time_iso_8601": "2025-03-18T20:42:30.538104Z",
"url": "https://files.pythonhosted.org/packages/91/6d/06c5445d22f604b5e08039f016f17229c818c64da8927c9d572a437900f4/seqlbtoolkit-0.6.17.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-18 20:42:30",
"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"
}