(is-gibberish? input)
(is-gibberish? input {:keys [gt unk-thresh custom-only]})
Determine if the given input is gibberish.
Returns true if it is gibberish, false otherwise
Option can be provided to customize the gibberish detection.
gt
: add a greater than the given value of words dictionary test
unk-thresh
: unkown thresh for the dictionary test
custom-only
: only check the custom condition
Determine if the given input is gibberish. Returns true if it is gibberish, false otherwise Option can be provided to customize the gibberish detection. `gt`: add a greater than the given value of words dictionary test `unk-thresh`: unkown thresh for the dictionary test `custom-only`: only check the custom condition
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close