A text processing tool that prevents sensitive word detection to text. Mainly because Kuan's folding word is too sweet, **For example, "appeal" will also be folded (doge)**, so this tool is available.
The design goal is Cooan, which theoretically can be used by all communities that fully support Unicode, but the effect is uncertain. Actual tests have certain effects on NetEase Yidun's text detection API.
This is a web version, and there is still an Android version in the development stage.
Here are the principles of different options
Unicode control characters, and only converts text to vertical arrangement.API to replace http/https link in the text to avoid domain name detection of linksThe following shows the general processing method
"ABCD" => "Au200bBu200bCu200bDu200b"
"ABCD" => "u202eDCBA"
"ABCDEF" => "u200eAu202eCu200bBu202cu200eDu202eFu200bEu202c"
If you look at the detailed principle, please search the source code (don't hit me if you don't write annotation)
JavaScript-based web page implementation only runs on the browser side and will not pass data to the server ~ You can use it with confidence
- Open a web page or app
- Enter or paste text to be processed
- Select the corresponding option as needed.
- Process, copy
- Paste to Cooan and can be published normally (most cases)
Overly sensitive words will be detected even if they are reversed , so this tool is not omnipotent. In addition, although the Unicode control character will not be detected by the machine, the editor of Kuan himself said that using the Unicode control character to send serious violation messages will not be solved.
Therefore, although this is a good thing, do not abuse it, otherwise one day the Kuan algorithm can recognize the control symbols and it will be good for anyone.