NAME
Locale::ID::GuessGender::FromFirstName::v1_rules - v1_rules
VERSION
version 0.04
FUNCTIONS
guess_gender([OPTS, ]FIRSTNAME...) => RES, ...
Guess the gender of given first name(s). An optional hashref OPTS can be given as the first argument. Valid pair for OPTS:
Will return a result hashref RES for each given input. Known pair of RES:
- success => BOOL
-
Whether the algorithm succeeds.
- result => "M" or "F" or "both" or "neither" or undef.
- gender_ratio => FRACTION
- min_gender_ratio => FRACTION
- guess_confidence => FRACTION
- sample_ratio => INT
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.