Skip to content

Split text into sentences and generate a CSV file. This is a fork of gurganious's "split_text_into_sentences" that creates a CSV. I made this to use for creating embeddings from a corpus of text

License

Notifications You must be signed in to change notification settings

sankalpsrv/split_text_csv_sentences

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Split text into sentences and generate a CSV file. This is a fork of gurganious's "split_text_into_sentences" that creates a CSV. I made this to use for creating embeddings from a corpus of text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%