Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 613 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 613 Bytes

split_text_into_sentences

Split text into sentences

Uses a set of regex expressions to partition complex narrative into sentences.

Forked from gurganious's repo

How to use

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.

License

Licensed under an MIT License with the owner being specified as gurganious, as the license has been reproduced in toto from the original repo