Skip to main content

Handle the very famous decoding - encoding errors in Python !

Project description

  • 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

Project details


Supported by

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