[Feature] add for new

This commit is contained in:
houbb
2020-01-08 00:19:39 +08:00
parent 0f57524888
commit f403aa4b86
2 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,12 @@
移除 stop-word 之后进行相关的处理。
## 数字
0123456789
对应的任意写法。
## 单个字
48339 === Q

View File

@@ -83,6 +83,7 @@ public class SensitiveWordBs {
* 返回所有的敏感词
* 1. 这里是默认去重的,且是有序的。
* 2. 如果不存在,返回空列表
* @param target 目标字符串
* @return 敏感词列表
* @since 0.0.1
*/
@@ -93,6 +94,7 @@ public class SensitiveWordBs {
/**
* 返回第一个敏感词
* 1如果不存在则返回 {@code null}
* @param target 目标字符串
* @return 敏感词
* @since 0.0.1
*/