https://github.com/waldyrious/semantic-linebreaker
Web-based utility to help applying semantic linebreaks to any text.
https://github.com/waldyrious/semantic-linebreaker
semantic-line-breaks
Last synced: 11 months ago
JSON representation
Web-based utility to help applying semantic linebreaks to any text.
- Host: GitHub
- URL: https://github.com/waldyrious/semantic-linebreaker
- Owner: waldyrious
- License: other
- Created: 2013-03-05T03:56:03.000Z (about 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-08-05T21:33:12.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T21:41:32.735Z (about 1 year ago)
- Topics: semantic-line-breaks
- Language: JavaScript
- Homepage: https://waldyrious.github.io/semantic-linebreaker
- Size: 20.5 KB
- Stars: 24
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
semantic-linebreaker
====================
A utility to help you apply
[semantic linebreaks](http://rhodesmill.org/brandon/2012/one-sentence-per-line/)
to any text.
Try it here: **http://waldyrious.github.io/semantic-linebreaker**
Currently it's simply a dumb pattern-replacement tool,
as in merely adds line-breaks indiscriminately
after a few punctuation marks (.,:;!?)
and before some conjunctions (but, and, or...).
Better heuristics are evidently needed.
Check the [wiki](../../wiki/) for some potentially useful reesources.
Pull requests, issue reports or wiki edits are welcome!