-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: adding slur metadata json file (#616)
- Loading branch information
1 parent
01fca8a
commit 9dd687b
Showing
1 changed file
with
101 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
[ | ||
{ | ||
"fuck": { | ||
"Level of Severity": "Low", | ||
"Casual": "Yes", | ||
"Appropriated": "No", | ||
"If, Appropriated, Is it by Community or Others?": "", | ||
"What Makes it Problematic?": "a casual slur used to convey dislike, disrespect or lack of care. Sometimes also used aggresively or intensely" | ||
} | ||
}, | ||
{ | ||
"cunt": { | ||
"Level of Severity": "High", | ||
"Casual": "Yes", | ||
"Appropriated": "No", | ||
"If, Appropriated, Is it by Community or Others?": "", | ||
"What Makes it Problematic?": "slang for women's genetalia" | ||
} | ||
}, | ||
{ | ||
"slut": { | ||
"Level of Severity": "High", | ||
"Casual": "No", | ||
"Appropriated": "Yes", | ||
"If, Appropriated, Is it by Community or Others?": "Community", | ||
"What Makes it Problematic?": "" | ||
} | ||
}, | ||
{ | ||
"whore": { | ||
"Level of Severity": "Low", | ||
"Casual": "Yes", | ||
"Appropriated": "Yes", | ||
"If, Appropriated, Is it by Community or Others?": "Community", | ||
"What Makes it Problematic?": "" | ||
} | ||
}, | ||
{ | ||
"Randi": { | ||
"Level of Severity": "High", | ||
"Casual": "No", | ||
"Appropriated": "No", | ||
"If, Appropriated, Is it by Community or Others?": "", | ||
"What Makes it Problematic?": "" | ||
} | ||
}, | ||
{ | ||
"chutiya": { | ||
"Level of Severity": "Low", | ||
"Casual": "Yes", | ||
"Appropriated": "No", | ||
"If, Appropriated, Is it by Community or Others?": "", | ||
"What Makes it Problematic?": "" | ||
} | ||
}, | ||
{ | ||
"bsdk": { | ||
"Level of Severity": "Low", | ||
"Casual": "Yes", | ||
"Appropriated": "No", | ||
"If, Appropriated, Is it by Community or Others?": "", | ||
"What Makes it Problematic?": "" | ||
} | ||
}, | ||
{ | ||
"jihadi": { | ||
"Level of Severity": "High", | ||
"Casual": "No", | ||
"Appropriated": "No", | ||
"If, Appropriated, Is it by Community or Others?": "", | ||
"What Makes it Problematic?": "" | ||
} | ||
}, | ||
{ | ||
"Madarchod": { | ||
"Level of Severity": "Medium", | ||
"Casual": "Yes", | ||
"Appropriated": "No", | ||
"If, Appropriated, Is it by Community or Others?": "", | ||
"What Makes it Problematic?": "sexualized act and describing incest, acted on a woman's (sister) body" | ||
} | ||
}, | ||
{ | ||
"bhenchod": { | ||
"Level of Severity": "Medium", | ||
"Casual": "Yes", | ||
"Appropriated": "No", | ||
"If, Appropriated, Is it by Community or Others?": "", | ||
"What Makes it Problematic?": "sexualized act and describing incest, acted on a woman's (sister) body" | ||
} | ||
}, | ||
{ | ||
"motherfucker": { | ||
"Level of Severity": "Medium", | ||
"Casual": "Yes", | ||
"Appropriated": "No", | ||
"If, Appropriated, Is it by Community or Others?": "", | ||
"What Makes it Problematic?": "slur based on incest which is a common theme for derogatory words. Incest based slurs imply immorality since it is a deviation from established moral codes. But such insults express action over female bodies" | ||
} | ||
} | ||
] |