An easy to use tool for Data Preprocessing specially for Text Preprocessing
Project description
An easy to use tool for Data Preprocessing specially for Text Preprocessing
Installation
Install the latest stable release
For windows
$ pip install -U data-preprocessors
For Linux/WSL2
$ pip3 install -U data-preprocessors
Quick Start
from data_preprocessors import text_preprocessor as tp
sentence = "bla! bla- ?bla ?bla."
sentence = tp.remove_punc(sentence)
print(sentence)
>> bla bla bla bla
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file data-preprocessors-0.11.0.tar.gz
.
File metadata
- Download URL: data-preprocessors-0.11.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.10 Linux/5.10.60.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2acce05044963ad8f6c9122f9fcb7a0406d7c12f64324548ecabfeafa8527fe9 |
|
MD5 | 0bc4ed7c6d24974faabd3267461269b2 |
|
BLAKE2b-256 | 29e098b2d6dd5d890f3d54169cff09e8700505834079465d8d252f718b97e823 |
File details
Details for the file data_preprocessors-0.11.0-py3-none-any.whl
.
File metadata
- Download URL: data_preprocessors-0.11.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.10 Linux/5.10.60.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9eb285a03e812694ee2c69c87a916d6a0c26b35eae7f674f0daaf743e47841fa |
|
MD5 | 566f9f9b9be33e0b0b20f79aac6705ec |
|
BLAKE2b-256 | 910b000dc77644c978366eac126e7fb3734509b27ec82a4491a026d0bb22d0c9 |