bluzi/name-db

Add sex to names

Open

#456 aperta il 6 nov 2017

Vedi su GitHub
 (0 commenti) (2 reazioni) (0 assegnatari)JavaScript (220 fork)github user discovery
good first issuehelp wanted

Metriche repository

Star
 (60 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Add genders to existing names. Add new key-value pair "sex": "string" to JSON name files.

Use single, lowercase letters: m for male, f for female and u for unisex names. Don't spell out the whole words.

For example:

{
    "name": "Mary"
    "sex": "f", 
    "meaning": "Most likely Egyptian name derived in part from mry \"beloved\" or mr \"love\". Also known by Greek and Hebrew form of \"sea of bitterness\", \"rebelliousness\", and \"wished for child\"",
    ...
}

You can also:

Guida contributor