mirror of
https://github.com/houbb/sensitive-word.git
synced 2026-03-22 08:27:36 +08:00
[Feature] add for new
This commit is contained in:
14
README.md
14
README.md
@@ -136,6 +136,8 @@ Assert.assertEquals("fuck", word);
|
||||
|
||||
# 后期 road-map
|
||||
|
||||
- 数字的转换处理
|
||||
|
||||
- 繁简体互换
|
||||
|
||||
- 重复词
|
||||
@@ -148,4 +150,14 @@ Assert.assertEquals("fuck", word);
|
||||
|
||||
- 文字镜像翻转
|
||||
|
||||
- 敏感词标签支持
|
||||
- 敏感词标签支持
|
||||
|
||||
# 拓展阅读
|
||||
|
||||
[敏感词工具实现思路](https://houbb.github.io/2020/01/07/sensitive-word)
|
||||
|
||||
[DFA 算法讲解](https://houbb.github.io/2020/01/07/sensitive-word-dfa)
|
||||
|
||||
[敏感词优化流程](https://houbb.github.io/2020/01/07/sensitive-word-slim)
|
||||
|
||||
[停止词的思考记录](https://houbb.github.io/2020/01/07/sensitive-word-stopword)
|
||||
0
doc/issues/roadmap/v005-数字的转换实现.md
Normal file
0
doc/issues/roadmap/v005-数字的转换实现.md
Normal file
Reference in New Issue
Block a user