LangExtract.Chunker.Chunk (LangExtract v0.5.0)

Copy Markdown View Source

A chunk of text with its byte offset in the source.

Summary

Types

t()

@type t() :: %LangExtract.Chunker.Chunk{
  byte_end: non_neg_integer(),
  byte_start: non_neg_integer(),
  text: String.t()
}