audioarxiv.preprocess.article.get_sentences

audioarxiv.preprocess.article.get_sentences(text: str) list[source]

Get the sentences from the text.

Parameters:

text (str) – Text.

Returns:

A list of sentences.

Return type:

list