I made a movie sharing website a few months ago. During the operation, I found that many people share the content banned from 18, and some foul languages may appear in comments. In order to ensure the health of the website's internal atmosphere, the code was previously written in the form of keywords for blocking. But in the operation process, it is still... I made a movie sharing website a few months ago. During the operation, I found that many people share the content banned from 18, and some foul languages may appear in comments.
In order to ensure the health of the website's internal atmosphere, the code was previously written in the form of keywords for blocking. However, in the operation process, there will still be deficiencies, and many keywords still cannot be blocked. Keyword maintenance is also troublesome. It is impossible to adjust the code every time a keyword is found.
I hope you can share some simple and effective design ideas. Thank you!
Ps: ensure program efficiency as much as possible on the premise that the idea is feasible.
Reply content:
I made a movie sharing website a few months ago. During the operation, I found that many people share the content banned from 18, and some foul languages may appear in comments.
In order to ensure the health of the website's internal atmosphere, the code was previously written in the form of keywords for blocking. However, in the operation process, there will still be deficiencies, and many keywords still cannot be blocked. Keyword maintenance is also troublesome. It is impossible to adjust the code every time a keyword is found.
I hope you can share some simple and effective design ideas. Thank you!
Ps: ensure program efficiency as much as possible on the premise that the idea is feasible.
It should be divided into two parts: 1. The Program recognizes itself (pre-stores common keywords) 2. It is manually identified. Through user reporting, background operations are added to the program, so that the program learns to enrich the font!