Why is stanford corenlp gender identification nondeterministic?
I have the following results and as you can see the name edward has different results (null and male). This has happened with several names. edward, Gender: null james, Gender: MALE karla, Gender: null edward, Gender: MALE Additionally, how can I customize the gender dictionaries? I want to add Spanish and Chinese names. You have raised a lot of issues! 1.) Karla is not in the default gender mappings file, so that is why that's getting null 2.) If you want to make your own custom file, it should be in this format: JOHN\tMALE There should be one NAME\tGENDER entry per line The GenderAnnotator