A sentence splitter.
Bases: ABC
ABC
Top-level abstract class representing all sentence splitters.
Split a text into a list of sentences.
text (str) – The text to split.
The list of sentences.
list[str]