Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Fossium-Team/noswear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noswear

A fast and simple library for detecting swear words

Usage

difficulty and path are optional values. difficulty is an int between 1 and 100, the higher the value the harder to match a word.

from noswear import noswear
noswear("string for checking", difficulty, path).getresult

Full result

If the word is not detected the value from fullresult will be None.

from noswear import noswear
noswear("string for checking", difficulty, path).fullresult

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages