Metadata-Version: 2.1
Name: nlpdatasets
Version: 0.1.5
Summary: Having fun with language processing 🐳
Home-page: https://github.com/szj2ys/nlpdatasets
Author: szj
Author-email: szj2ys@qq.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE



<p align="center">
    <img width="200" src="https://github.com/szj2ys/nlpdatasets/raw/master/datasets/resources/logo.png"/>
</p>

<h3 align="center">
    <p>Having fun with language processing</p>
</h3>


<p align="center">
    <a href="https://python.org/pypi/nlpdatasets">
        <img src="https://badge.fury.io/py/nlpdatasets.svg" alt="Version"/>
    </a>
    <a href="https://python.org/pypi/nlpdatasets">
        <img src="https://img.shields.io/pypi/l/nlpdatasets.svg?color=orange" alt="License"/>
    </a>
    <a href="https://python.org/pypi/nlpdatasets">
        <img src="https://static.pepy.tech/badge/nlpdatasets?color=blue" alt="pypi downloads"/>
    </a>
    <a href="https://python.org/pypi/nlpdatasets">
        <img src="https://img.shields.io/pypi/dm/nlpdatasets?color=blue" alt="pypi downloads"/>
    </a>
    <a href="https://github.com/szj2ys/nlpdatasets">
        <img src="https://visitor-badge.glitch.me/badge?page_id=szj2ys.nlpdatasets" alt="Visitors"/>
    </a>
    <a href="https://python.org/pypi/nlpdatasets">
        <img src="https://img.shields.io/github/last-commit/szj2ys/nlpdatasets?color=blue" alt="GitHub last commit"/>
    </a>
    <a href="https://github.com/szj2ys/nlpdatasets">
        <img src="https://img.shields.io/github/stars/szj2ys/nlpdatasets?style=social" alt="Stars"/>
    </a>
</p>




# Installation
```shell
pip install nlpdatasets
```
you may want to checkout the version
```shell
nlpdatasets version
```
Haha, `nlpdatasets` is now on your environment, having fun with it, enjoy ...


# Usage

<details>
  <summary>Import datasets</summary>

  ```python
from nlpdatasets import *

  ```
</details>





## Acknowlegements
*   The project is inspired by [HuggingFace/Datasets](https://pypi.org/project/datasets/)



