Clean words

This repository contains a list of filtered English words.

The worst offensive and sexual words were removed. If you want to remove more words, put your words into the badWords array. All words that contain the phrases in badWords will be filtered out.

To create a file with badWords filtered from the american-english file, call the script like this:

./remove-bad-words.sh > filtered
Description
No description provided
Readme 776 KiB
Languages
Shell 100%