You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I found other lists of names, would be cool to merge the list but still use this library for its initial list and all the normalization.
Could add a gender.add(name, gender, lang='en') function and/or gender.setMale(name, lang='en')/gender.setFemale(name, lang='en')
If you can do the normalization to the incoming names, it would be less performance but great because other lists are not normalized (lower case, no weird characters, etc)
The text was updated successfully, but these errors were encountered:
So I found other lists of names, would be cool to merge the list but still use this library for its initial list and all the normalization.
Could add a
gender.add(name, gender, lang='en')
function and/orgender.setMale(name, lang='en')
/gender.setFemale(name, lang='en')
If you can do the normalization to the incoming names, it would be less performance but great because other lists are not normalized (lower case, no weird characters, etc)
The text was updated successfully, but these errors were encountered: