chunkipy.text_splitters.semantic.sentences.stanza_sentences_text_splitter
Classes
|
Sentence splitter using Stanza for semantic text splitting. |
- class chunkipy.text_splitters.semantic.sentences.stanza_sentences_text_splitter.StanzaSentenceTextSplitter(text_limit=None)[source]
Bases:
BaseSemanticTextSplitterSentence splitter using Stanza for semantic text splitting. This class uses Stanza to split text into sentences based on the language detected in the text. It supports multiple languages by loading different Stanza models based on the detected language.
- Parameters:
text_limit (int)