sentencebreak

Crates.iosentencebreak
lib.rssentencebreak
version0.1.0
sourcesrc
created_at2023-05-19 22:35:11.648484
updated_at2023-05-19 22:35:11.648484
descriptionA tool to add sentence breaks to text.
homepagehttps://github.com/robinlovelace/sentencebreak
repositoryhttps://github.com/robinlovelace/sentencebreak
max_upload_size
id869134
size6,918
Robin Lovelace (Robinlovelace)

documentation

README

sentencebreak

Command line tool to break lines at sentences. It takes an input file, e.g. README.md, and outputs a new file that has the same contents but with line breaks added after each sentence:

cargo run README.md -o README_sentencebreaks.md

You can set the output to be the same file as the input by omitting the -o flag:

cargo run README.md
Commit count: 16

cargo fmt