sinhala_profanity_filter
Version:
This is a sinhala profanity filter
26 lines (19 loc) • 455 B
Markdown
# Bullshit detector - The sinhala profanity filter :sunglasses: :shit:
Profanity filter for sinhala language.
* Promise based.
* Zero dependency.
## Usage
```
processTxt('fuck you son of bitch').then((data) => {
console.log(data);
});
```
Output
```
{
badWordsContain: [ 'fuck', 'bitch' ],
hasBadWords: true,
starTxt: '**** you son of *****'
}
```
Feel free to request features or contribute to the code.