Metadata-Version: 2.1
Name: preln
Version: 0.3.13
Summary: A preprocessing libray for text in spanish
Home-page: https://github.com/Adri-Hdez/Preln
Author: Adrián H.S & Raúl M.R
Author-email: adrihs.dev@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: nltk
Requires-Dist: numpy
Requires-Dist: autocorrect
Requires-Dist: openpyxl
Requires-Dist: lxml

<p align="center"><img src="https://github.com/Adri-Hdez/Preln/blob/main/static/img/logo.svg" alt="logo" width="80%" /></p>

<p align="center">
 <i>A package for preprocessing text in spanish</i>
</p>


----------------------

# Installation & Upgrade

- Installation: `pip install preln`
- Upgrade: `pip install preln --upgrade`

For the correct usage, `from Preln.preprocessing import Preprocessing` this is our principal `Object`, also you have `Stopwords` class, the methods of this class allow you to append or delete a stopword/s. For more information you can call `info()` method. Through `preprocessing` you can call `pipeline` method and apply preprocessing to text.

### Pipeline methods

- Lowercase
- Punctuation
- Stopwords (class object)
- Date formatting
- Accents
- Tokenizer

<p><i>Implementing new methods...</i><p>

# License
Preln is licensed under [MIT License](LICENSE).

# Shields
<p align="center">
  <a href="https://pypi.org/project/preln/">
    <img src="https://img.shields.io/pypi/v/preln" alt="PyPI" />
  </a>
  <a href="https://pepy.tech/project/preln">
    <img src="https://pepy.tech/badge/preln/month" alt="downloads" />
  </a>
</p>
