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 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T09:45:12.000Z (about 5 years ago)
- Last Synced: 2025-06-09T01:05:11.115Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 18
- Watchers: 3
- 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*.