genderizer icon indicating copy to clipboard operation
genderizer copied to clipboard

Genderizer is a language independent module which tries to detect gender by looking given first names and/or analyzing sample texts.

Results 4 genderizer issues
Sort by recently updated
recently updated
newest added

you need to `pip install naiveBayesClassifier`, and then you get this... ```bash --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in () ----> 1 from genderizer.genderizer import Genderizer /Users/swyx/anaconda/lib/python2.7/site-packages/genderizer/genderizer.py in ()...

The dependencies listed in requirements.txt never get installed by pip.

Hi Mustafa, thanks for taking a look at this. Here is my bug report. Genderizer has some syntax issues with Python 3.5.1 on Windows in namesCollection.py where on line 48...

We need to have lots of tweets written in English to use as training set. Also, each tweet is required to be pre-classified as female or male. Using a rule...