Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

37
votes
30answers
3k views

Does anyone know of a good library for mapping a person's name to his or her sex?

I am looking for a library or database that can provide guesses about whether a person is male or female based on his or her name or nickname. Something like john => "M", mary => "F", alex ...
16
votes
8answers
2k views

Storing sex (gender) in database

I want to store a users gender in a database with as little (size/performance) cost as possible. So far, 3 scenarios come to mind Int - aligned with Enum in code (1 = Male, 2 = Female, 3 = ...
16
votes
12answers
796 views

Is the name IsFemale inappropriate for a database column?

Just browsing our db schema and found a field named 'IsFemale' Is the name good, or is it kinda laughable?
8
votes
3answers
624 views

Gender problem in a django i18n translation

I need to solve a gender translation problem, and Django doesn't seem to have gettext contexts implemented yet... I need to translate from english: <p>Welcome, {{ username }}</p> In ...
7
votes
4answers
1k views

Audio analysis to detect human voice, gender, age and emotion — any prior open-source work done?

Is there prior open-source work done in the field of 'Audio analysis' to detect human-voice (say in spite of some background noise), determine speaker's gender, possibly determine no. of speakers, age ...
6
votes
1answer
216 views

How to translate gendered pronouns in Qt's QTranslator

I'm looking at an open source QT4 game (http://cockatrice.de), and it uses QTranslator for internationalization. However, every phrase that refers to the player uses a masculine pronoun ("his hand", ...
4
votes
1answer
3k views

“sex” field in Users.getInfo in Facebook API

This is a noob question. According to Facebook API documentation, the sex field in Users.getInfo() function returns values based on users' locale. Hence, determine the gender of user is difficult. ...
2
votes
2answers
175 views

Where to find wordlists with gender and plural for German?

I'm trying to write a simple text mining application to try to tell a German word's gender and plural form. So, first of all, I need a big wordlist for training. I've searched around but could not ...
2
votes
3answers
3k views

Facebook Graph API: user gender

The old Facebook API provided the user sex/gender as part of the default user data. Apparently the new Graph API does not provide that information, even though the documentation says that it does. ...
2
votes
5answers
552 views

Find the gender from a name

I recently confronted with a weird yet interesting question. The questions is as follows: Need to write a program which can give the gender as output based on the name. Example: INPUT --> John ...
1
vote
2answers
37 views

How do you ask gender to match people on a site? [closed]

I'd like to pre-apologize if I used the wrong language here -- just let me know if I need to change it. I need to know both gender + orientation for a dating site. I don't think wildcard or 'other' ...
1
vote
0answers
82 views

Handling grammatical gender with Gettext

I'm looking for a simple-proper-elegant way to handle grammatical gender with Gettext in a Rails application, the same way plurals are handled with n_() method. This has no interest in english, since ...
1
vote
1answer
263 views

What are all the gender variations that Facebook uses?

I'm creating some reports for data collected in one of our Facebook apps that does gender comparisons on certain data points. For example, "10 women and 45 men chose X". Facebook, however, allows ...
0
votes
1answer
287 views

RadiobuttonField Super with Label, Value and Group

I'm new to Java and Blackberry and i'm stuck with a registration screen, due to the fallowing: I have a registration screen, where i show 2 radiobuttons, male and female. Only these 'labels' are not ...
0
votes
1answer
387 views

creating a train perceptron (single layer) for gender classification using MATLAB

I need to create a perceptron for facial gender classification using MATLAB. I have NEVER used MATLAB before and am so extremely lost. ANY help at all will be so greatly appreciated - I could really ...
0
votes
0answers
248 views

Why don't girls take to programming like guys do? [closed]

The question is simple: why is computer programming predominantly a boy's game? Note that this is not an attempt to prove that boys are better at stuff. I love girls and I (like most straight guys) ...
0
votes
1answer
172 views

Recognize Age/Gender from an image

I am wondering if it is possible/if any research has been done/any existing programs available to recognize multiple faces in an image and classify them according to gender and approximate age. ...
-1
votes
3answers
68 views

What is the convention to use boolean for gender in programming languages? true male false female? [closed]

[Edit] Sorry I mean no offence to women, this question troubled me several times. I just like to know a conventional or universal way (in both database and... other programming languages). Thank you. ...