Uses of Record Class
com.yahoo.language.process.Chunker.Chunk
Packages that use Chunker.Chunk
-
Uses of Chunker.Chunk in ai.vespa.language.chunker
Methods in ai.vespa.language.chunker that return types with arguments of type Chunker.ChunkModifier and TypeMethodDescriptionFixedLengthChunker.chunk(String inputText, Chunker.Context context) SentenceChunker.chunk(String inputText, Chunker.Context context) -
Uses of Chunker.Chunk in com.yahoo.language.process
Methods in com.yahoo.language.process that return types with arguments of type Chunker.ChunkModifier and TypeMethodDescriptionChunker.chunk(String text, Chunker.Context context) Splits a text into multiple chunks.Chunker.FailingChunker.chunk(String text, Chunker.Context context)