diff options
Diffstat (limited to 'perl/perl-Text-Hyphen/README')
-rw-r--r-- | perl/perl-Text-Hyphen/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Text-Hyphen/README b/perl/perl-Text-Hyphen/README new file mode 100644 index 0000000000000..8b8f714a5f87c --- /dev/null +++ b/perl/perl-Text-Hyphen/README @@ -0,0 +1,4 @@ +Text::Hyphen module is the implementation of the famous Knuth-Liang +algorithm to hyphenate words in text. That means using this module you +can determine positions inside words where it is possible to insert +a hyphen to break a line of text. |