diff options
| author | blackhao <13851610112@163.com> | 2025-07-04 18:50:03 -0700 |
|---|---|---|
| committer | blackhao <13851610112@163.com> | 2025-07-04 18:50:03 -0700 |
| commit | 24c5437993a0199074e027785d11ae3647576123 (patch) | |
| tree | 53ad67e379a3cd0ddd1ff1b32e62860e637ac26f /processed_data/gender_vocabulary.json | |
| parent | f35d5c8b7380b906a6819ef436a9d808041731fb (diff) | |
add winobis
Diffstat (limited to 'processed_data/gender_vocabulary.json')
| -rw-r--r-- | processed_data/gender_vocabulary.json | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/processed_data/gender_vocabulary.json b/processed_data/gender_vocabulary.json new file mode 100644 index 0000000..42c110d --- /dev/null +++ b/processed_data/gender_vocabulary.json @@ -0,0 +1,105 @@ +{ + "male_words": [ + "he", + "him", + "his", + "himself", + "man", + "men", + "male", + "boy", + "boys", + "gentleman", + "gentlemen", + "guy", + "guys", + "father", + "dad", + "daddy", + "son", + "sons", + "brother", + "brothers", + "uncle", + "grandfather", + "grandson", + "husband", + "boyfriend", + "mr", + "sir" + ], + "female_words": [ + "she", + "her", + "hers", + "herself", + "woman", + "women", + "female", + "girl", + "girls", + "lady", + "ladies", + "mother", + "mom", + "mommy", + "daughter", + "daughters", + "sister", + "sisters", + "aunt", + "grandmother", + "granddaughter", + "wife", + "girlfriend", + "mrs", + "ms", + "miss", + "madam" + ], + "neutral_words": [ + "they", + "them", + "their", + "theirs", + "themselves", + "person", + "people", + "individual", + "individuals", + "someone", + "anyone", + "everyone", + "child", + "children", + "parent", + "parents", + "sibling", + "siblings", + "friend", + "friends", + "colleague", + "colleagues" + ], + "pronouns_only": { + "male": [ + "he", + "him", + "his", + "himself" + ], + "female": [ + "she", + "her", + "hers", + "herself" + ], + "neutral": [ + "they", + "them", + "their", + "theirs", + "themselves" + ] + } +}
\ No newline at end of file |
