Ask HN: Best way to guess gender based on persons name
https://news.ycombinator.com/item?id=937080Hey guys,
I need to write a script that will try to guess a persons gender based on given a given name.
What do you think the best way to do this is? I am thinking the best way is to look up the name in a large name/gender database (if there is one).
But it seems to be that some maths and syntax should also do the job...
What do you guys think?