+ 13
Program or add on that deletes spam messages
Would it be possible to create a service, program, or add on that could go through all the questions on sololearn that are spam or have already been asked and delete them straight away? Could a proficient developer answer that question?
1 Answer
+ 2
Of course that's possible. The detection rate (positive vs. negative matches) would only depend on the implementation and the used parameters. It is very likely some non-spam messages will be deleted too. Due to that such systems normally just mark their matches and do only delete those, which are spammy for sure.