Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-08-05T21:33:12.000Z (over 3 years ago)
- Last Synced: 2024-10-04T12:59:08.424Z (about 1 month ago)
- Topics: semantic-line-breaks
- Language: JavaScript
- Homepage: https://waldyrious.github.io/semantic-linebreaker
- Size: 20.5 KB
- Stars: 24
- Watchers: 3
- 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!