Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.
/ guess Public archive

Statistical gender detection for Ruby

License

Notifications You must be signed in to change notification settings

ankane/guess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess

Statistical gender detection for Ruby

Works with first names

Guess.gender("Don")
# {gender: "male", confidence: 0.9965635738831615}

And full names

Guess.gender("Betty Draper")
# {gender: "female", confidence: 0.9992498124531133}

or

Guess.gender("Draper, Betty")

Occasionally, it just doesn’t know

Guess.gender("Manhattan")
# {gender: "unknown", confidence: nil}

Data obtained from the US Census Bureau, so it works best with American names. The data source does not contain information on non-binary genders.

Installation

Add this line to your application’s Gemfile:

gem 'guess'

Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help:

About

Statistical gender detection for Ruby

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages