Skip to content

upshiftbe/processors

Repository files navigation

Processors

This repo groups together preprocessing and postprocessing functions to allow easy clean up of data.

License: MIT

Usage

from processors import TextProcessor
process = TextProcessor()
processor.process("       this is%20absolutely%20horrible%20  text 😠!!!! !!??? ?    that needs to be   cleaned up         ")
'This is absolutely horrible text :angry face: ! That needs to be cleaned up.'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages