sent-split¶
CLI tool for splitting text into sentences. Reads from a file (or stdin) and writes to stdout or a specified file. Uses NLTK sentence tokenization.
Usage¶
If INPUT_FILE is omitted, the tool reads from stdin.
Options¶
-o, --output PATH— Optional output file (default: stdout).-s, --space— Separate sentences with spaces instead of newlines.