manosphere_lexicon <- tibble(
word = c(
# Dehumanizing slurs
"femoid", "roastie", "whore", "slut", "thot", "cunt", "bitch",
"gold digger", "used goods",
# Incel/manosphere coded language
"hypergamy", "awalt", "blackpill", "chad", "stacy", "betabux",
"smv", "gynocentric", "misandry", "redpill", "alpha", "beta",
"sexual marketplace", "cock carousel", "pair bonding", "wall",
"female nature", "beta male",
# Grievance framing
"divorce rape", "false accusations", "female privilege",
"family court", "child support trap", "men are oppressed",
"gynocentric society", "misandry",
# Dehumanizing framing
"females", "validation", "attention seekers", "easy mode",
"women always", "women only", "modern women", "female privilege",
"used goods", "logic vs emotion", "men build"
),
score = c(
# Slurs
-4, -4, -3, -3, -3, -4, -3,
-3, -3,
# Coded language
-2, -3, -3, -1, -1, -2,
-2, -2, -2, -2, -1, -1,
-2, -4, -2, -2,
-2, -2,
# Grievance
-3, -2, -2,
-2, -3, -2,
-2, -2,
# Framing
-1, -1, -2, -2,
-2, -2, -2, -2,
-3, -2, -2
),
lexicon = "manosphere"
)