areebbeigh / profanityfilter

A universal Python library for detecting and filtering profanity
https://pypi.python.org/pypi/profanityfilter
BSD 3-Clause "New" or "Revised" License
73 stars 25 forks source link

Add deep analysis #10

Closed rominf closed 6 years ago

rominf commented 6 years ago

Deep analysis is based on Levenshtein distance from subwords to bad words and spell checking.