Skip to main content

Python packege for define a gender by cyrillic and latin names

Project description

Gender Definer

Python package for detect a gender from cyrillic names and latin names

Github
https://gihub.com/yeghorkikhai/gender-definer
Installation pip
pip install gender-definer
Installation poetry
poetry gender-definer

Example

from genderdefiner import GenderDefiner

gd = GenderDefiner()

print(gd.define('Юля'))

# output:
#
# SubjectGender(gender='female', probability=0.7646426652337452)
#

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_definer-0.0.3.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

gender_definer-0.0.3-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

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