Поделиться через


TextChunker Class

Definition

Split text in chunks, attempting to leave meaning intact. For plain text, split looking at new lines first, then periods, and so on. For markdown, split looking at punctuation first, and so on.

public static class TextChunker
type TextChunker = class
Public Class TextChunker
Inheritance
TextChunker

Applies to