| Lingua-EN-Inflect-Phrase documentation | view source | Contained in the Lingua-EN-Inflect-Phrase distribution. |
Lingua::EN::Inflect::Phrase - Inflect short English Phrases
use Lingua::EN::Inflect::Phrase;
use Test::More tests => 2;
my $plural = Lingua::EN::Inflect::Phrase::to_PL('green egg and ham');
is $plural, 'green eggs and ham';
my $singular = Lingua::EN::Inflect::Phrase::to_S('green eggs and ham');
is $singular, 'green egg and ham';
Attempts to pluralize or singularize short English phrases.
If it doesn't work, please email or submit to RT the example you tried, and I'll try to fix it.
Attempts to pluralizes a phrase unless already plural.
Attempts to singularize a phrase unless already singular.
Please report any bugs or feature requests to bug-lingua-en-inflect-phrase at
rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Lingua-EN-Inflect-Phrase. I
will be notified, and then you'll automatically be notified of progress on your
bug as I make changes.
More information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Lingua-EN-Inflect-Phrase
git clone git://github.com/rkitover/lingua-en-inflect-phrase.git lingua-en-inflect-phrase
Rafael Kitover <rkitover@cpan.org>
Copyright (c) 2010 Rafael Kitover (rkitover@cpan.org).
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
| Lingua-EN-Inflect-Phrase documentation | view source | Contained in the Lingua-EN-Inflect-Phrase distribution. |