View Source TextChunker.ChunkerBehaviour behaviour (TextChunker v0.3.1)
Defines the contract that must be implemented for all text splitting strategies.
Summary
Callbacks
@callback split(text :: binary(), opts :: [keyword()]) :: [TextChunker.Chunk.t()]