Damegender is a gender detection tool from the name coded by David Arroyo MEnéndez (DAME)
DAMe Gender is for you!
$ sudo apt-get install python3-nose-exclude python3-dev dict dict-freedict-eng-spa dict-freedict-spa-eng dictd
$ git clone https://github.com/davidam/damegender
$ cd damegender
$ pip3 install -r requirements.txt
$ python3 -m venv /tmp/d
$ cd /tmp/d
$ source bin/activate
$ pip install --upgrade pip
$ pip3 install damegender[all]
$ cd lib/python3.5/site-packages/damegender
$ python3 main.py David
To install APIs extra dependencies:
$ pip3 install damegender[apis]
To install mailing lists and repositories extra dependencies:
$ pip3 install damegender[mails_and_repositories]
To install all possible dependencies
$ pip3 install damegender[all]
Currently you can need an api key from:
You can execute:
$ python3 apikeyadd.py
To configure your api key
To remember that this idea is optional. Damegender doesn't need api keys to be executed.
Only api2gender.py or downloadjson.py is requiring to configure some API key from (Genderize, Namsor, GenderAPI, NameAPI)
The rest of commands is based in datasets released with licenses allowing to copy and to distribute freeely.
$ python3
>>> import nltk
>>> nltk.download('names')
$ python3 main.py Paula --total=es
English...
$ firefox https://github.com/davidam/damegender/blob/master/faq.org &
Português...
$ firefox https://github.com/davidam/damegender/blob/master/faq.br.org &
Jornadas Online "Género y Ciencia de Datos en Deporte y Salud" (UOC, 2021)
Tecnologías I+D+I para la Igualdad (Mesas de Comunicaciones) (UC3M, 2021)
Group Retreat 2019 Workshop (URJC, 2019)
PyBCN - Damegender: gender detection with NLTK and Scikit (Barcelona, 2019)
Damegender is released under GPLv3.
Copyright (C) 2019 David Arroyo Menéndez Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in GNU Free Documentation License.