Liking cljdoc? Tell your friends :D
Clojure only.

ragtacts.splitter.base


splitcljmultimethod

Split the documents into chunks.

Args:

  • splitter: A map with the following keys:
    • :type: A keyword with the splitter type.
  • docs: A list of documents.

Returns:

  • A list of chunks.
Split the documents into chunks.

Args:
- splitter: A map with the following keys:
  - `:type`: A keyword with the splitter type.
- docs: A list of documents.

Returns:
 - A list of chunks.
sourceraw docstring

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

× close