Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/baskerville/paragraph-breaker

An implementation of the Knuth-Plass algorithm for breaking paragraphs into lines
https://github.com/baskerville/paragraph-breaker

Last synced: about 2 months ago
JSON representation

An implementation of the Knuth-Plass algorithm for breaking paragraphs into lines

Awesome Lists containing this project

README

        

The algorithms implemented in this library, *total fit* and *standard fit*, are described in Breaking Paragraphs into Lines (1981) by Donald Knuth and Michael Plass. The *standard fit* algorithm is only provided as a fallback to *total fit*.