semantic-kernel
semantic-kernel copied to clipboard
Extend text chunker: extracting sentences
Currently the text chunker class allows to split only by paragraphs. It would be useful supporting also sentences, e.g. using BlingFireUtils.GetSentences
(https://github.com/microsoft/BlingFire/blob/master/nuget/lib/BlingFireUtils.cs#L37)