Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baskerville/paragraph-breaker
- Owner: baskerville
- License: mit
- Created: 2018-02-05T19:17:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T09:45:12.000Z (over 3 years ago)
- Last Synced: 2024-04-15T20:48:24.702Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 17
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
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*.