Skip to main content

gender-guesser modified to use first names as input, and allows all the countries

Project description

gender-guesser with first names and full countries

Python package Upload Python Package

Changes gender_guesser by:

  • Works for all countries
  • Convert mostly_(fe)male to (fe)male
  • Works for composed names by finding the first female or male and ignoring the other ones

Install

$ pip install gender-guesser-first-names

USAGE

>>> from gender_guesser_first_names import gender
>>> d=gender.Detector(case_sensitive=False)
>>> d.get_gender('Andrea Maria',country='italy')
'male'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gender_guesser_first_names-0.1.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page