(make-tokenized-text-builder)
(make-tokenized-text-builder str-table)
(make-tokenized-text-builder str-table options)
(encoding->decode-fn encoding)
(encoding->encode-fn encoding)
(string->tokenized-text! str-data)
(string->tokenized-text! str-table str-data)
(string->tokenized-text! str-table
{:keys [token tokenizer]
:or {token " " tokenizer default-tokenizer}}
str-data)
Mutates the string table adding tokens and records offset and length in a text object.
Mutates the string table adding tokens and records offset and length in a text object.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close