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
ftfy.badness.sequence_weirdness("Don’t Follow the Leader")
-1
is this expected?
I looked into the documentation but having a hard time interpreting this result. fix_text works as expected and correct the quote which solves my issue but I wanted to flag my bad strings using a (> 0) condition like in one of your example.
is it safe to just use != 0 instead?