this post was submitted on 11 Jun 2023
9 points (90.9% liked)

General Discussion

23 readers
2 users here now

Want something to discuss? Post it here

Follow instance rules, be decent human being...

founded 2 years ago
MODERATORS
 

Hi guys I'm new to lemmy (using lemmy.fmhy.ml). I'm curious if their is a way to automod (to prevent spam, swearing, etc similar to reddit auto mod).

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 years ago* (last edited 2 years ago)

I would be careful with using regex for content moderation (see the Scunthorpe problem).

There are open source machine learning models that could be used to detect toxic content. See

I dont know how much compute power you would need to process the content of a lemmy instance using this. But it would be more reliable than regexes.