AM::Abbreviate - Expand or Contract Amharic Abbreviations


Lingua-AM-Abbreviate documentation  | view source Contained in the Lingua-AM-Abbreviate distribution.

Index


NAME

Top

AM::Abbreviate - Expand or Contract Amharic Abbreviations

SYNOPSIS

Top

  use Lingua::AM::Abbreviate;

	while ( $string = <> ) {  # some UTF8 string
		if ( $contracted = Contract ( $string ) ) {
			print "$string => $contracted\n";
		} elsif ( $expanded = Expand ( $string ) ) {
			print "$string => $expanded\n";
		}
	}

DESCRIPTION

Top

AM::Abbreviate provides two routines, "Expand" and "Contract", to assist in Amharic translation or spell checking. Each routine expects an Amharic string in UTF8 encoding as an argument and returns an expansion or contraction if found.

AUTHOR

Top

Daniel Yacob, LibEth@EthiopiaOnline.Net

SEE ALSO

Top

perl(1). Ethiopic(3), http://libeth.netpedia.net


Lingua-AM-Abbreviate documentation  | view source Contained in the Lingua-AM-Abbreviate distribution.