Metadata-Version: 2.1
Name: SeqLbToolkit
Version: 0.0.2
Summary: Commonly-used functions for building sequence labeling models.
Home-page: https://github.com/Yinghao-Li/seqlbtoolkit
Author: Yinghao Li
Author-email: yinghaoli@gatech.edu
License: MIT
Keywords: nlp sequence-labeling ml machine-learning natural-language-processing
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nltk
Requires-Dist: numpy
Requires-Dist: regex
Requires-Dist: seqeval
Requires-Dist: torch
Requires-Dist: tqdm
Requires-Dist: transformers
Requires-Dist: pytokenizations
Requires-Dist: pytextspan

# seqlbtoolkit
Sequence labeling toolkits

This package includes some commonly-used functions for building sequence labeling models.
