Metadata-Version: 2.1
Name: tknlp
Version: 0.1.5
Summary: 
Author: dennislblog
Author-email: dennisl@udel.edu
Requires-Python: >=3.8,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: FastNLP (==1.0.1)
Requires-Dist: Unidecode (>=1.3.6,<2.0.0)
Requires-Dist: cloudpickle (==2.2.0)
Requires-Dist: emoji (==1.7.0)
Requires-Dist: fitlog (==0.9.15)
Requires-Dist: ftfy (==6.1.1)
Requires-Dist: hydra-core (==1.2.0)
Requires-Dist: ipython (==8.7.0)
Requires-Dist: numpy (==1.23.5)
Requires-Dist: optuna (>=3.0.5,<4.0.0)
Requires-Dist: pandas (==1.5.1)
Requires-Dist: pyspellchecker (==0.7.0)
Requires-Dist: python-dotenv (==0.19.2)
Requires-Dist: scikit-learn (==1.1.3)
Requires-Dist: scipy (==1.8.1)
Requires-Dist: sentence-transformers (==2.2.2)
Requires-Dist: torchmetrics (>=0.11.0,<0.12.0)
Requires-Dist: transformers (==4.25.1)
Description-Content-Type: text/markdown

# TKNLP


Run NLP tools in an easier manner

## Installation

```bash
pip install tknlp
```

