Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 905 Bytes

README.markdown

File metadata and controls

14 lines (9 loc) · 905 Bytes

genderPredictor

GenderPredictor is a wrapper around NLTK's Naive Bayes classifier for predicting the gender given a name.

This problem is common when dealing with incomplete contact information for users.

Currently it appears to be about 82% accurate on American names but this is just the framework. The name files are from the US Social Security Administration and are likely in the public domain. The processed files are distributed under the same rules as the original data (which is likely public domain...).

The code is under the Apache 2.0 license.

Comments and suggestions are welcome at [email protected],

Stephen Holiday stephenholiday.com