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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close