Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Consider local preferences? #1

Open
thebarty opened this issue Nov 4, 2017 · 1 comment
Open

Feature Request: Consider local preferences? #1

thebarty opened this issue Nov 4, 2017 · 1 comment

Comments

@thebarty
Copy link

thebarty commented Nov 4, 2017

Hi there,

first of all: thanks for this package! It is already helping me a lot!

I just stumbled upon a wierd edge-case with the names "Heinz", “Gerd" and "Gert"....

All three names are MALE in german, BUT this package spits them out "unisex" or even female ("Gerd").

So I researched a bit more and saw that the same name can have different genders in different countries.

A great resource is http://www.namepedia.org/en/firstname/Gert_(3440), where you can clearly see in what countries the name has which meaning.

It would be soooo cool, to have another api-function like gender(name, locale) so p.e. I can say gender('Gerd', 'de') and will get the result 'male', which is now correct, because Gerd lives in germany.

I guess in order to get the information out of namepedia.org we'd have to scrape it via npm x-ray.

Anyone else interested in having this feature?

@davidemiceli
Copy link
Owner

Hi @thebarty, yes it is interesting and I just started a sketch about it... If I have time to work or someone want to help me to add this feature, It should be great :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants