Metadata-Version: 2.1
Name: HubNLP
Version: 0.2
Summary: A simple NLP utility library
Home-page: https://github.com/Self-nasu/HubNLP
Author: Self-nasu
Author-email: nexiotech.2024@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: sklearn-crfsuite
Requires-Dist: seqeval
Requires-Dist: datasets
Requires-Dist: transformers
Requires-Dist: torch
Requires-Dist: tf-keras

# HubNLP

HubNLP is a lightweight library for simplifying NLP tasks.

## Features
- Print developer info
- Display a library tagline

## Installation
```bash
pip install HubNLP
