Batch Processing in 5 Quick Steps

Mike Moloughney

Batch Processing

 

CleanSpeak can filter many types of user-generated content (e.g., chat messages, forum posts and reviews).  Running this material through CleanSpeak on a “per message” basis ensures each piece of content is acceptable before allowing it to be seen in your community. Filtering by message makes sense for these specific use cases. But what if you have big data that you want to filter as a whole?

Batch Processing

According to Wikipedia, Batch processing is the execution of a series of jobs in a program on a computer without manual intervention (non-interactive). Strictly speaking, it is a processing mode: the execution of a series of programs each on a set or "batch" of inputs, rather than a single input (which would instead be a custom job).

So when might you consider batch processing?

Maybe you purchased a list of names & addresses and want to make sure they don’t contain any vulgar language before including them in your marketing campaign?

Perhaps you allow users to upload files and want to make sure they don’t contain inappropriate content?

Or you gather a list of reviews and want to check them all at once to ensure the language is acceptable before posting to your site?

Continue reading