• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Lingua/EN/H06-Jan-1999-15039

ChangesH A D06-Jan-1999228 117

MANIFESTH A D06-Jan-199960 65

Makefile.PLH A D06-Jan-1999679 3020

READMEH A D06-Jan-1999698 4631

README

1
2
3Lingua::EN::Gender
4
5
6Small module for inflecting pronouns for a bunch of different
7genders.
8
9Genders currently supported are:
10   neuter
11   male
12   female
13   either
14   spivak
15   splat
16   plural
17   egotistical
18   royal
19   2nd
20   sie/hir
21   zie/zir
22
23
24INSTALLING
25==========
26
27After unzipping and untarring the distribution directory, you install
28the library by running these commands:
29
30   perl Makefile.PL
31   make
32   make test
33   make install
34
35
36OTHER STUFF
37===========
38
39Contacting me:  bekj@netizen.com.au is best.
40
41ObLegalStuff:
42   Copyright (c) 1998 Bek Oberin. All rights reserved. This program is
43   free software; you can redistribute it and/or modify it under the
44   same terms as Perl itself.
45
46