# 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.5.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": "06005ba2ec4362c43c7b0c3b4bdc80ff75372a2ce8452a33234a1868e3724407",
"md5": "e51c002cc15b9db3f107218fb0b4d771",
"sha256": "5918d4b18a52c75a03adfd0c755470e8240454c326d7ad038289e8df99681b32"
},
"downloads": -1,
"filename": "SeqLbToolkit-0.5.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e51c002cc15b9db3f107218fb0b4d771",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 32220,
"upload_time": "2024-07-07T19:22:27",
"upload_time_iso_8601": "2024-07-07T19:22:27.298392Z",
"url": "https://files.pythonhosted.org/packages/06/00/5ba2ec4362c43c7b0c3b4bdc80ff75372a2ce8452a33234a1868e3724407/SeqLbToolkit-0.5.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-07 19:22:27",
"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"
}