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
gibberish.detect('This sentence is totally valid.'); //<- returns 1
gibberish.detect('How are you?'); //<- returns 74.31483985394367
gibberish.detect('Hello, how are you?'); //<- returns 77.48056691392448
gibberish.detect('Tydaysasd amosast the coud'); //<- returns 1
gibberish.detect('Xy3ay FadamsasW A co2d'); //<- returns 1
Here are some of the tests I ran. It seems hit and miss. Some long sentences worked fine, some shorted sentences got less that 45.
This repo has a lot of potential. Nice one.
The text was updated successfully, but these errors were encountered:
gibberish.detect('This sentence is totally valid.'); //<- returns 1
gibberish.detect('How are you?'); //<- returns 74.31483985394367
gibberish.detect('Hello, how are you?'); //<- returns 77.48056691392448
gibberish.detect('Tydaysasd amosast the coud'); //<- returns 1
gibberish.detect('Xy3ay FadamsasW A co2d'); //<- returns 1
Here are some of the tests I ran. It seems hit and miss. Some long sentences worked fine, some shorted sentences got less that 45.
This repo has a lot of potential. Nice one.
The text was updated successfully, but these errors were encountered: