🎉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

"Is it possible to detect offensive language on twitter, then block the user responsible?"

User: "Jammil789"
New Altair Community Member
Updated by Jocelyn
Is it possible to detect offensive language on twitter, then block the user responsible?

Sort by:
1 - 2 of 21
    User: "David_A"
    New Altair Community Member
    Updated 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
    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
    User: "Jammil789"
    New Altair Community Member
    OP
    @David_A Thanks, will have a go.