Skip to main content

An easy to use tool for Data Preprocessing specially for Text Preprocessing

Project description

Data-Preprocessor

An easy to use tool for Data Preprocessing specially for Text Preprocessing

Installation

Install the 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

data-preprocessors-0.10.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

data_preprocessors-0.10.0-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page