The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Is it possible to detect offensive language on twitter, then block the user responsible?"
Is it possible to detect offensive language on twitter, then block the user responsible?
0
Answers
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