Skip to main content

Basic cleaning of text

Project description

# 🛀 Cleanliness

Cleanliness is a package for doing (very) basic cleaning of text. It can be used for preprocessing input to various natural language processing tasks.

## Install

Install using from PyPI as follows:

`python pip install cleanliness `

Alternatively, you can download the source from GitHub, then install using pip (from the repo directory):

`python pip install -e . `

## Usage

`python from cleanliness import normalize_whitespace clean_text = normalize_whitespace("This\ntext\t\contains odd\n\t whitespace.") `

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

cleanliness-0.1.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

cleanliness-0.1.1-py2.py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 2 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