"Is it possible to detect offensive language on twitter, then block the user responsible?"
Jammil789
New Altair Community Member
Is it possible to detect offensive language on twitter, then block the user responsible?
0
Answers
-
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
- 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)
https://arxiv.org/abs/1801.04433
Best,
David2