Microsoft.SemanticKernel.Text Namespace

Classes

TextChunker

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.

Delegates

TextChunker.TokenCounter

Delegate for counting tokens in a string.