Liking cljdoc? Tell your friends :D
Clojure only.

std.text.index.soundex


char-mapclj


stemclj

(stem word)

classifies a word based on its stem

(stem "hello") => "H400"

(stem "hellah") => "H400"

(stem "supercalifragilistiic") => "S162"

classifies a word based on its stem

(stem "hello")
=> "H400"

(stem "hellah")
=> "H400"

(stem "supercalifragilistiic")
=> "S162"
raw docstring

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

× close