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
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size cleanliness-0.1.1-py2.py3-none-any.whl (3.5 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size cleanliness-0.1.1.tar.gz (3.2 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for cleanliness-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ba238c78b5a1491955e48d3466343a0b876cae1358c57f1ce55fb4dc37b7316 |
|
MD5 | 0eb6d6c0f77f37a654bcfd3d62939bf4 |
|
BLAKE2-256 | db0ef1f3969afdeff10c504340eaec483348c6607b0e21880554c02f6bc31a78 |