Liking cljdoc? Tell your friends :D

open-korean-text-4clj.core


add-nouns-to-dictionaryclj

(add-nouns-to-dictionary nouns)
source

add-words-to-dictionaryclj

(add-words-to-dictionary pos words)
source

detokenizeclj

(detokenize tokens)
source

extract-phrasesclj

(extract-phrases text
                 &
                 {:keys [filter-spam enable-hashtags as-strs]
                  :or {filter-spam true enable-hashtags true}})
source

normalizeclj

(normalize text)
source

split-sentencesclj

(split-sentences text)
source

tokenizeclj

(tokenize text
          &
          {:keys [norm stem as-strs] :or {norm false stem false as-strs false}})
source

tokenize-top-nclj

(tokenize-top-n text n)
source

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

× close