python 敏感词
敏感词过滤:
github:https://github.com/observerss/textfilter/blob/master/filter.py
>>> f = DFAFilter()
>>> f.add("sexy")
>>> f.filter("hello sexy baby")
hello **** baby
敏感词库:
github:https://github.com/konsheng/Sensitive-lexicon/tree/main/Vocabulary