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

gender.pl file1.txt [file2.txt ...] gender.pl < file.txt cat file.txt | gender.pl

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.


Eugene Eric Kim, <eekim@blueoxen.org>

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.