import re def split_sentences(text): """Given a string, split it into sentences. :param text: The string to be processed. :return: The list of split sentences. """ processed_text = re.split( "(?