Skip to content

Commit

Permalink
chore: adding category to slur metadata (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Sep 6, 2024
1 parent 44cb276 commit 97cd97c
Showing 1 changed file with 110 additions and 99 deletions.
209 changes: 110 additions & 99 deletions browser-extension/api-server/assets/slur_metadata.json
Original file line number Diff line number Diff line change
@@ -1,101 +1,112 @@
[
{
"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"
}
{
"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",
"Categories": ["sexualized"]
}
]
},
{
"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",
"Categories": ["sexualized"]
}
},
{
"slut": {
"Level of Severity": "High",
"Casual": "No",
"Appropriated": "Yes",
"If, Appropriated, Is it by Community or Others?": "Community",
"What Makes it Problematic?": "",
"Categories": ["gendered", "sexualized", "body shaming"]
}
},
{
"whore": {
"Level of Severity": "Low",
"Casual": "Yes",
"Appropriated": "Yes",
"If, Appropriated, Is it by Community or Others?": "Community",
"What Makes it Problematic?": "",
"Categories": ["gendered", "sexualized"]
}
},
{
"Randi": {
"Level of Severity": "High",
"Casual": "No",
"Appropriated": "No",
"If, Appropriated, Is it by Community or Others?": "",
"What Makes it Problematic?": "",
"Categories": ["gendered", "sexualized"]
}
},
{
"chutiya": {
"Level of Severity": "Low",
"Casual": "Yes",
"Appropriated": "No",
"If, Appropriated, Is it by Community or Others?": "",
"What Makes it Problematic?": "",
"Categories": []
}
},
{
"bsdk": {
"Level of Severity": "Low",
"Casual": "Yes",
"Appropriated": "No",
"If, Appropriated, Is it by Community or Others?": "",
"What Makes it Problematic?": "",
"Categories": ["sexualized"]
}
},
{
"jihadi": {
"Level of Severity": "High",
"Casual": "No",
"Appropriated": "No",
"If, Appropriated, Is it by Community or Others?": "",
"What Makes it Problematic?": "",
"Categories": ["religion", "ethnicity", "political affiliation"]
}
},
{
"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",
"Categories": ["gendered", "sexualized"]
}
},
{
"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",
"Categories": ["gendered", "sexualized"]
}
},
{
"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",
"Categories": ["sexualized", "gendered"]
}
}
]

0 comments on commit 97cd97c

Please sign in to comment.