(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"
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close