|
Lingua::EN::Gender - Inflect pronouns for gender |
Lingua::EN::Gender - Inflect pronouns for gender
use Lingua::EN::Gender;
print &genders();
if (&is_valid_gender("male")) { ...
Small module for inflecting pronouns for a bunch of different genders.
Genders currently supported are: neuter male female either spivak splat plural egotistical royal 2nd sie/hir zie/zir
The types (examples for the male gender in brackets) are: subjective (``he'') objective (``him'') posessive-subjective (``his'') posessive-objective (``his'') reflexive (``himself'')
Bek Oberin <bekj@netizen.com.au>
Copyright (c) 1999 Bek Oberin. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|
Lingua::EN::Gender - Inflect pronouns for gender |