This package browser is in early development. Mind the rough edges.

ruby-text-hyphen

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.

Installation

Install the latest version of ruby-text-hyphen as follows:

guix install ruby-text-hyphen

Or install a particular version:

guix install ruby-text-hyphen@1.5.0

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.