ruby-text-hyphen 1.5.0
Ruby library to hyphenate words in various languages
Text::Hyphen is a Ruby library to hyphenate words in various languages using Ruby-fied versions of TeX hyphenation patterns. It will properly hyphenate various words according to the rules of the language the word is written in. The algorithm is based on that of the TeX typesetting system by Donald E. Knuth.
- Website: https://github.com/halostatue/text-hyphen
- Licenses: Expat
- Package source: gnu/packages/ruby.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ruby-text-hyphen 1.5.0
as follows:
guix install ruby-text-hyphen@1.5.0
Or install the latest version:
guix install ruby-text-hyphen
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.