Liking cljdoc? Tell your friends :D

vinary-tree.liblevenshtein

Idiomatic reducible facade over the Java FFM resource bindings.

Idiomatic reducible facade over the Java FFM resource bindings.
raw docstring

close!clj

(close! resource)
source

dictionary-entriesclj

(dictionary-entries dictionary)
(dictionary-entries dictionary options)

Return a one-shot, closeable, lazy/reducible lexicographic entry stream. Each element is {:key host-value :value nil-or-unsigned-bigint}. Close an abandoned seq with close!; reduce closes automatically, including on reduced early termination.

Return a one-shot, closeable, lazy/reducible lexicographic entry stream.
Each element is `{:key host-value :value nil-or-unsigned-bigint}`. Close an
abandoned seq with `close!`; `reduce` closes automatically, including on
`reduced` early termination.
sourceraw docstring

dictionary-snapshotclj

(dictionary-snapshot dictionary)
(dictionary-snapshot dictionary options)

Materialize one revision as persistent keys/entries plus its ordered entries and snapshot metadata. A present key mapped to nil remains distinguishable from an absent key with contains?.

Materialize one revision as persistent keys/entries plus its ordered entries
and snapshot metadata. A present key mapped to nil remains distinguishable
from an absent key with `contains?`.
sourceraw docstring

llre-patternclj

(llre-pattern source)
source

phonetic-patternclj

(phonetic-pattern source)
source

phonetic-rulesclj

(phonetic-rules source)
source

queryclj

(query automaton term max-distance)
(query automaton term max-distance {:keys [order] :or {order :traversal}})

Return a one-shot lazy/reducible query over a query-start snapshot.

Return a one-shot lazy/reducible query over a query-start snapshot.
sourceraw docstring

reduce-batchesclj

(reduce-batches cursor f)

Expert zero-copy reduction. f receives each BorrowedMatchBatch; views must not escape the call. This is the preferred allocation-minimizing surface.

Expert zero-copy reduction. `f` receives each BorrowedMatchBatch; views must
not escape the call. This is the preferred allocation-minimizing surface.
sourceraw docstring

rewriteclj

(rewrite rules input)
source

transducerclj

(transducer dictionary)
(transducer dictionary {:keys [algorithm] :or {algorithm :standard}})

Retain a libdictenstein dictionary resource in O(1).

Retain a libdictenstein dictionary resource in O(1).
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close