You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is a RestFull APIs for filtering profanity by using Levenshtein Distance algorithm. Built with Vanilla JavaScript and combined using Hapi Framework for making APIs. It allows you to build a website for blocking the harsh words.
How it works
Put your sentences or paragraph.
Your sentences or paragraph will split into an array.
Do filtering on the same word.
Do filtering on the exception data.
Do Levenshtein Distance algorithm.
Return the result of Levenshtein Distance algorithm.