genderize v0.1.0 Genderize View Source
Link to this section Summary
Link to this section Types
Link to this section Functions
Gets the gender and probability for a name.
Example
Genderize.find("mary")
# => {:female, 1.0}
Genderize.find("john")
# => {:male, 1.0}
Genderize.find("asdf")
# => {:unknown, nil}
Starts the Genderize process.