Lingua::EN::Contraction - Add apostrophes all over the place...


Lingua-EN-Contraction documentation  | view source Contained in the Lingua-EN-Contraction distribution.

Index


NAME

Top

Lingua::EN::Contraction - Add apostrophes all over the place...

SYNOPSIS

Top

	use Lingua::EN::Contraction qw(contraction);

	$sentance = "No, I am not going to explain it. If you cannot figure it out, you did not want to know anyway...  :-)";

	print contraction($sentance) ;




DESCRIPTION

Top

A very simple, humble little module that adds apostrophes to your sentances for you. There aren't any options, so if you don't like the way it contracts things then you'll have to change the code a bit. It'll preserve capitalization, so if you feed it things like "DO NOT PANIC", you'll get "DON'T PANIC" out the other end.

BUGS

Top

TODO

Top

AUTHOR

Top

Russ Graham, russgraham@gmail.com


Lingua-EN-Contraction documentation  | view source Contained in the Lingua-EN-Contraction distribution.