diff --git a/README.md b/README.md index 0189c13..ddfa22c 100644 --- a/README.md +++ b/README.md @@ -849,15 +849,23 @@ FormatCombine/CheckCombine/AllowDenyCombine 组合策略,允许用户自定义 # 拓展阅读 -[敏感词工具实现思路](https://houbb.github.io/2020/01/07/sensitive-word) +[01-开源敏感词工具入门使用](https://houbb.github.io/2020/01/07/sensitive-word-00-overview) -[DFA 算法讲解](https://houbb.github.io/2020/01/07/sensitive-word-dfa) +[02-如何实现一个敏感词工具?违禁词实现思路梳理](https://houbb.github.io/2020/01/07/sensitive-word-01-intro) -[敏感词库优化流程](https://houbb.github.io/2020/01/07/sensitive-word-slim) +[03-敏感词之 StopWord 停止词优化与特殊符号](https://houbb.github.io/2020/01/07/sensitive-word-02-stopword) -[java 如何实现开箱即用的敏感词控台服务?](https://mp.weixin.qq.com/s/rQo75cfMU_OEbTJa0JGMGg) +[04-敏感词之字典瘦身](https://houbb.github.io/2020/01/07/sensitive-word-03-slim) -[v0.11.0-敏感词新特性及对应标签文件](https://mp.weixin.qq.com/s/m40ZnR6YF6WgPrArUSZ_0g) +[05-敏感词之 DFA 算法(Trie Tree 算法)详解](https://houbb.github.io/2020/01/07/sensitive-word-04-dfa) + +[06-敏感词(脏词) 如何忽略无意义的字符?达到更好的过滤效果](https://houbb.github.io/2020/01/07/sensitive-word-05-ignore-char) + +[v0.10.0-脏词分类标签初步支持](https://juejin.cn/post/7308782855941292058?searchId=20231209140414C082B3CCF1E7B2316EF9) + +[v0.11.0-敏感词新特性:忽略无意义的字符,词标签字典](https://mp.weixin.qq.com/s/m40ZnR6YF6WgPrArUSZ_0g) + +[v0.12.0-敏感词/脏词词标签能力进一步增强](https://mp.weixin.qq.com/s/-wa-if7uAy2jWsZC13C0cQ) ![wechat](https://img-blog.csdnimg.cn/63926529df364f09bcb203a8a9016854.png)