Liking cljdoc? Tell your friends :D

beagle.text-analysis


analyzerclj

source

analyzer-constructorclj

(analyzer-constructor {tokenizer-kw :tokenizer
                       ascii-fold? :ascii-fold?
                       case-sensitive? :case-sensitive?
                       stem? :stem?
                       stemmer-kw :stemmer})
source

conf-fieldsclj

source

default-confclj

source

field-nameclj

source

field-name-constructorclj

(field-name-constructor {tokenizer-kw :tokenizer
                         ascii-fold? :ascii-fold?
                         case-sensitive? :case-sensitive?
                         stem? :stem?
                         stemmer-kw :stemmer})
source

get-field-nameclj

(get-field-name analysis-conf default-analysis-conf)
source

get-string-analyzerclj

(get-string-analyzer analysis-conf default-analysis-conf)
source

stemmerclj

(stemmer stemmer-kw)

Creates a stemmer object given the stemmer keyword. Default stemmer is English.

Creates a stemmer object given the stemmer keyword.
Default stemmer is English.
sourceraw docstring

text->token-stringsclj

(text->token-strings text analyzer)

Given a text and an analyzer returns a list of tokens as strings.

Given a text and an analyzer returns a list of tokens as strings.
sourceraw docstring

tokenizerclj

(tokenizer tokenizer-kw)
source

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

× close