Liking cljdoc? Tell your friends :D

nlp.core


estudio-de-keywordsclj

(estudio-de-keywords c)

Sorted frequencies of words in a coll of strings

Sorted frequencies of words in a coll of strings
raw docstring

flatten-1clj

(flatten-1 colls)

grepclj

(grep re coll)

Filters elements in a coll matching a regex

Filters elements in a coll matching a regex
raw docstring

if->clj

(if-> c p t)

maps->seqclj

(maps->seq maps)

[{:a 1} {:a 2}] -> [[1] [2]]

[{:a 1} {:a 2}] -> [[1] [2]]
raw docstring

money-regexclj

Regex to identify money

Regex to identify money
raw docstring

n-gramclj

(n-gram n s)

ngram-studyclj

(ngram-study n stringcoll)

number-regexclj

Regex to identify numbers

Regex to identify numbers
raw docstring

palabrasclj

(palabras s)

Extrae las palabras de una string

Extrae las palabras de una string
raw docstring

sorted-frequenciesclj

(sorted-frequencies coll)

Returns the frequencies of repeated elements, sorted by their frequency

Returns the frequencies of repeated elements, sorted by their frequency
raw docstring

stop-2-gramsclj


stop-wordsclj


stop?clj

(stop? word)

stripclj

(strip s)

Despoja una string de código html

Despoja una string de código html
raw docstring

strip-htmlclj

(strip-html s)

Despoja parte del código html de una string

Despoja parte del código html de una string
raw docstring

substring?clj

(substring? sub s)

sub es substring de s?

sub es substring de s?
raw docstring

tickets-textclj

(tickets-text tickets)

zendesk formatter for extracting text fields from zendesk ticket data

zendesk formatter for extracting text fields from zendesk ticket data
raw docstring

url->keywordsclj

(url->keywords url)

url-regexclj

Regex to identify urls

Regex to identify urls
raw docstring

word-regexclj

Regex to identify words

Regex to identify words
raw docstring

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

× close