dividindo o texto em linhas e manter os deliminatores python
raw_lines = re.split('(?<=!)|(?<=\.)|(?<=\?)', text)
Adventurous Addax
raw_lines = re.split('(?<=!)|(?<=\.)|(?<=\?)', text)