http://www.perlmonks.org?node_id=619324


in reply to Gender prediction

You can
1) Strip digits. Convert _ to whitespaces etc. Perform a good cleanup of email address.
2) Take reminder of email name after cleanup. Compare it with Baby names using String::Silimarity, select the best match as per number returned by this module