Dontopedia

Document Slicing

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-07.)

Document Slicing has 6 facts recorded in Dontopedia across 2 references, with 1 live disagreement.

6 facts·5 predicates·2 sources·1 in dispute

Mostly:rdf:type(2), has start index(1), has end index(1)

Maturity scale raw canonical shape-checked rule-derived certified

Other facts (6)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

6 facts
PredicateValueRef
Rdf:typeList Slicing[1]
Rdf:typeList Operation[2]
Has Start IndexLoop Variable I[1]
Has End IndexI Plus Batch Size[1]
Uses Start Indexi[2]
Uses End Indexi + chunk_size[2]

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

typebeam/033a8e69-4536-4bb5-95fa-8622b141c188
ex:ListSlicing
hasStartIndexbeam/033a8e69-4536-4bb5-95fa-8622b141c188
ex:loop-variable-i
hasEndIndexbeam/033a8e69-4536-4bb5-95fa-8622b141c188
ex:i-plus-batch-size
typebeam/7ad1d9a0-349d-4905-a539-7cf06329fbd1
ex:ListOperation
usesStartIndexbeam/7ad1d9a0-349d-4905-a539-7cf06329fbd1
i
usesEndIndexbeam/7ad1d9a0-349d-4905-a539-7cf06329fbd1
i + chunk_size

References (2)

2 references
  1. ctx:claims/beam/033a8e69-4536-4bb5-95fa-8622b141c188
    • full textbeam-chunk
      text/plain1 KBdoc:beam/033a8e69-4536-4bb5-95fa-8622b141c188
      Show excerpt
      for i in range(0, len(documents), batch_size): batch = documents[i:i + batch_size] with Pool(processes=os.cpu_count()) as pool: pool.map(ingest_document, batch) def main(): documents = [f"document_{i}" f
  2. ctx:claims/beam/7ad1d9a0-349d-4905-a539-7cf06329fbd1
    • full textbeam-chunk
      text/plain1 KBdoc:beam/7ad1d9a0-349d-4905-a539-7cf06329fbd1
      Show excerpt
      for i in range(0, len(documents), chunk_size): chunk = documents[i:i + chunk_size] thread = threading.Thread(target=worker, args=(chunk,)) threads.append(thread) thread.start() for thread in threads:

See also

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.