summaryrefslogtreecommitdiff
path: root/processed_data/gender_vocabulary.json
diff options
context:
space:
mode:
Diffstat (limited to 'processed_data/gender_vocabulary.json')
-rw-r--r--processed_data/gender_vocabulary.json105
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