NAME
Locale::ID::GuessGender::FromFirstName::common - common
VERSION
This document describes version 0.06 of Locale::ID::GuessGender::FromFirstName::common (from Perl distribution Locale-ID-GuessGender-FromFirstName), released on 2016-03-11.
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. If the name is not found in the list, will return 0.
- result => "M" or "F" or "both" or "neither" or undef.
- gender_ratio => FRACTION
- min_gender_ratio => FRACTION
- guess_confidence => FRACTION
- sample_ratio => 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/perlancar/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
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.