Liking cljdoc? Tell your friends :D

bow.core


is-file-seqclj

(is-file-seq dir)
source

load-stopwordsclj

(load-stopwords stopwords-filepath)
source

preprocess-tokensclj

(preprocess-tokens v)
source

remove-numbersclj

(remove-numbers text-in)
source

remove-punctuation-in-stringclj

(remove-punctuation-in-string s)
source

remove-stopwordsclj

(remove-stopwords words stop-words)
source

stop-wordsclj

source

text->bow-vecclj

(text->bow-vec s dictionary)
source

text->intsclj

(text->ints s dic)
(text->ints s dic opts)
source

text->token-freqsclj

(text->token-freqs s dictionary)
source

text->word-freqsclj

(text->word-freqs s)
(text->word-freqs s opts)
source

texts->intsclj

(texts->ints files dic)
source

texts->word-freqsclj

(texts->word-freqs files)
(texts->word-freqs files opts)
source

token-freqs->dicsclj

(token-freqs->dics all-freqs max-n-freqs)
source

tokenizeclj

(tokenize s)
source

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

× close