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

NAME

Locale::ID::GuessGender::FromFirstName::google - google

VERSION

This document describes version 0.05 of Locale::ID::GuessGender::FromFirstName::google (from Perl distribution Locale-ID-GuessGender-FromFirstName), released on 2014-05-26.

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. Might return 0 if can't contact Google, for example.

result => "M" or "F" or "both" or "neither" or undef.
gender_ratio => FRACTION
min_gender_ratio => FRACTION
guess_confidence => FRACTION
num_results_bapak => INT
num_results_ibu => INT

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Locale-ID-GuessGender-FromFirstName.

SOURCE

Source repository is at https://github.com/sharyanto/perl-Locale-ID-GuessGender-FromFirstName.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Locale-ID-GuessGender-FromFirstName

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 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.