lead-ratings / gender-guesser

Guess gender from first name in Python 2 and 3
https://testpypi.python.org/pypi/gender-guesser
GNU General Public License v3.0
130 stars 30 forks source link

Fix incorrect contry-wise gender detection for non iso-8859-15 names … #3

Closed dukebody closed 8 years ago

dukebody commented 8 years ago

…due to incorrect line length. Resolves #2.

dukebody commented 8 years ago

@miquelcamprodon can you check this to see if it looks good to you? :)