Liking cljdoc? Tell your friends :D
Clojure only.

ragtacts.splitter.recursive


recursive-splitterclj

(recursive-splitter opts)

Return a recursive splitter.

Args:

  • opts: A map with the following keys:
    • :size: An integer with the size of the chunks.
    • :overlap: An integer with the overlap of the chunks.
Return a recursive splitter.

Args:
- opts: A map with the following keys:
  - `:size`: An integer with the size of the chunks.
  - `:overlap`: An integer with the overlap of the chunks.
sourceraw docstring

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

× close