Python package for cleaning text, Handle Decoding and Encoding errors for all formats.
Usage
Place bad text in a file and read it in python source and clean it using textclean.clean() function.
test.py
from textclean.textclean import textclean
text = open(“badtext.txt”).read()
cleaned_text = textclean.clean(text)
print cleaned_text
Release files for textclean 0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| textclean-0.4.zip | 11.3 kB | Details |
Release files / textclean-0.4.zip
| Download URL | textclean-0.4.zip |
|---|---|
| Size | 11.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bdd6e5d7853badc16afff5f7512a53dc050cc195c346f7a9e282e98e69880ed3
|
|
BLAKE2b-256 checksum How to use checksums |
bb9e0b32053f388300c6b63f72e0f583189d45e4a9a05f23b376bc8b5503fcb3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |