Community & Support
Learn
Marketplace
Menu
Menu
🎉Community Raffle - Win $25
An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win
Home
›
Discussions
›
Community Q&A
"Is it possible to detect offensive language on twitter, then block the user responsible?"
Jammil789
New Altair Community Member
Jan 30, 2019
Updated
Nov 5, 2024
by
Jocelyn
Is it possible to detect offensive language on twitter, then block the user responsible?
Find more posts tagged with
AI Studio
Classification
Clustering
Twitter
Sentiment Analysis
Algorithms
All Replies
Sort by:
Sort by
Oldest
â–¾
1 - 2 of 2
↑
1
↑
David_A
New Altair Community Member
Jan 30, 2019
Updated
Jan 30, 2019
by
David_A
Hi,
Detecting the offensive language should be doable and you have at least two approaches:
Either you have a collection of previously collected and labeled tweets (offensive/not offensive) and train a classifier
or
You query an API for you to do that (one of the first hits on google is that one:
https://www.paralleldots.com/abusive-content)
As an idea how you can start building something like that, here is a recent research paper on exactly that topic:
https://arxiv.org/abs/1801.04433
Best,
David
Jammil789
New Altair Community Member
OP
Jan 30, 2019
@David_A
Thanks, will have a go.
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
Groups
Best Of
Detecting the offensive language should be doable and you have at least two approaches:
- Either you have a collection of previously collected and labeled tweets (offensive/not offensive) and train a classifier
or- You query an API for you to do that (one of the first hits on google is that one: https://www.paralleldots.com/abusive-content)
As an idea how you can start building something like that, here is a recent research paper on exactly that topic:https://arxiv.org/abs/1801.04433
Best,
David