Sensitive-lexicon is an open source Chinese sensitive lexicon project that provides a list of tens of thousands of words in a plain text file. The lexicon covers politics, pornography, violence and other mainstream sensitive areas, and is continuously updated through community contributions. The project aims to help developers and content managers to quickly integrate basic text review functionality.
Features include extensive vocabulary coverage, community-driven updates, ease of integration and use of multiple implementations. As a plain text file, it is highly compatible and can be read by any programming language and framework, and supports algorithms such as DFA, Trie trees or regular expressions for content filtering.
This answer comes from the articleSensitive-lexicon: a continuously updated thesaurus of Chinese sensitive wordsThe