Last updated:
0 purchases
processors 0.0.12
Processors
This repo groups together preprocessing and postprocessing functions to allow easy clean up of data.
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.'
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.