Splits the text into chunks at sentence boundaries.
fixed-length
target chunk length in characters
Splits the text into chunks with roughly equal length. This will prefer to make chunks of similar length,
and to split at reasonable locations over matching the target length exactly.
Chunker components
Chunkers are components, so you can also add your own:
<containerversion="1.0"><componentid="myChunker"class="com.example.MyChunker"bundle="the name in artifactId in pom.xml"><configname='com.example.my-chunker'><myValue>foo</myValue></config></component></container>