conaticus / boolean

MIT License
74 stars 46 forks source link

Detect bad words with typos and fonts #94

Closed catplvsplus closed 2 years ago

catplvsplus commented 2 years ago

This will not 100% detect all typos and fonts but it works

Examples

image image

This adds 2 new dependencies string-similarity-js weird-to-normal-chars

aspectxlol commented 2 years ago

Yes the import fixing has like 3 prs

conaticus commented 2 years ago

String similarity needs to be updated to 4.0.4.

catplvsplus commented 2 years ago

String similarity needs to be updated to 4.0.4.

string-similarity and string-similarity-js are different, but they both use the same string-comparison algorithm.

conaticus commented 2 years ago

String similarity needs to be updated to 4.0.4.

string-similarity and string-similarity-js are different, but they both use the same string-comparison algorithm.

ah my bad.