GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Text::Hyphen::RU(3) User Contributed Perl Documentation Text::Hyphen::RU(3)

Text::Hyphen::RU - determine positions for hyphens inside russian words

Version 0.11

This module is an implementation of Knuth-Liang hyphenation algorithm for russian text using Alexander Lebedev's russian patterns.

    use Text::Hyphen::RU;

    my $hyphenator = new Text::Hyphen::RU;

    print $hyphenator->hyphenate($russian_word_in_Unicode);
    # prints hyphenated with dashes

See Text::Hyphen for the interface documentation.

This module only provides russian patterns.

Alex Kapranoff, "<kappa at cpan.org>"

Please report any bugs or feature requests to "bug-text-hyphen at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Text-Hyphen>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.

    perldoc Text::Hyphen::RU

You can also look for information at:

  • RT: CPAN's request tracker

    <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Text-Hyphen>

  • AnnoCPAN: Annotated CPAN documentation

    <http://annocpan.org/dist/Text-Hyphen>

  • CPAN Ratings

    <http://cpanratings.perl.org/d/Text-Hyphen>

  • Search CPAN

    <http://search.cpan.org/dist/Text-Hyphen>

Donald Knuth and Frank Liang for the algorithm.

Alexander Lebedev for all his valuable work on russian ispell dictionaries and russian hyphenation patterns. See his archive at <ftp://scon155.phys.msu.ru/pub/russian/>.

Copyright 2008 Alex Kapranoff.

This program is released under the following license: BSD.

2008-12-15 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.