Liking cljdoc? Tell your friends :D

gibberish-detector.detect


dataclj

source

is-gibberish?clj

(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
sourceraw docstring

matclj

source

threshclj

source

trieclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close