Learn R Programming

koRpus (version 0.10-2)

hyph.XX: Hyphenation patterns

Description

Hyphenation patterns for hyphen() in several languages. Replace "XX" with "de", "de.old", "en", "es", "fr", "it", "en.us", or "ru", respectively. These data objects are not really intended to be used directly, but rather to be consulted by the hyphen() function without further user interaction.

Usage

hyph.XX

Arguments

Format

The pattern slot of each hyphenation pattern object has three colums:

orig

The original pattern in patgen style format.

char

Only the character elements of the pattern which can be matched to parts of an actual word.

nums

A code of digits defining the possibility to split syllables at respective places in this pattern.

References

Liang, F.M. (1983). Word Hy-phen-a-tion by Com-put-er. Dissertation, Stanford University, Dept. of Computer Science.

[1] http://tug.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/

[2] http://www.ctan.org/tex-archive/macros/latex/base/lppl.txt

See Also

read.hyph.pat, manage.hyph.pat