敏感词 ====== textfilter ---------- `textfilter `__ 很短但是觉得挺有用的东东 所以单独立了个项目备份一下 USAGE: .. code:: python >>> f = DFAFilter() >>> f.add("sexy") >>> f.filter("hello sexy baby") hello **** baby sensitive --------- `sensitive `__ 敏感词查找,验证,过滤和替换 🤓 FindAll, Validate, Filter and Replace words. sensitive-word-filter --------------------- `sensitive-word-filter `__ 天朝敏感词过滤 🤓 支持替换敏感词,已收录 1w+可自行添加 fastscan -------- `fastscan `__ 苦于没有找到一个比较合适的敏感词过滤库,所以我自己花了点时间撸了一个。 它基于广为人知的 ahocorasick 字符串匹配算法,使用原生的 js 实现,浏览器和服务端都可以使用。 ouch-words-cn ------------- `ouch-words-cn `__ 中文敏感词库 菜单 ------ .. toctree:: :maxdepth: 2 :glob: fastscan