Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!