You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside the file "name_dict.txt" we have names that include "-" char. Exemple : Jean-Luc, Jean-Claude ....
But if we try to determine gender we always have "null", because in function "sanitizeName" of class GenderDetector all the "-" char are replaced with a "+" char.
Solutions 1 : Do not replace "-"
Solution 2: Also replace when you read the dic file
The text was updated successfully, but these errors were encountered:
Inside the file "name_dict.txt" we have names that include "-" char. Exemple : Jean-Luc, Jean-Claude ....
But if we try to determine gender we always have "null", because in function "sanitizeName" of class GenderDetector all the "-" char are replaced with a "+" char.
The text was updated successfully, but these errors were encountered: