The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

gender.pl - Determines author's gender by analyzing text.

SYNOPSIS

  gender.pl file1.txt [file2.txt ...]

  gender.pl < file.txt

  cat file.txt | gender.pl

DESCRIPTION

Uses the Koppel-Argamon algorithm (implemented in Lingua::EN::Gender) for determining the gender of a text's author.

Returns the gender, score, and number of words in tab-delimited form.

SEE ALSO

Lingua::EN::Gender

AUTHOR

Eugene Eric Kim, <eekim@blueoxen.org>

COPYRIGHT AND LICENSE

Copyright (c) Blue Oxen Associates 2003. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.