Split text into sentences
Uses a set of regex expressions to partition complex narrative into sentences.
Forked from gurganious's repo
The Python program at src/main.py can be used to generate a CSV file from the sentences with the prompt for location/name of the file.
The CSV file generated has the same name as the txt file, except for the extension.
Licensed under an MIT License with the owner being specified as gurganious, as the license has been reproduced in toto from the original repo