[Feature] add for new

This commit is contained in:
bbhou
2025-12-25 00:46:58 +08:00
parent 3a444e8034
commit 855659a864
7 changed files with 44 additions and 6 deletions

View File

@@ -110,7 +110,7 @@ v0.24.0 开始内置支持对敏感词的分类细化,不过工作量比较大
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId>
<version>0.29.2</version>
<version>0.29.4</version>
</dependency>
```
@@ -767,6 +767,7 @@ WordResultConditions 工具类可以获取匹配策略
| 实现 | 说明 | 支持版本 |
|:-------------------------------------------|:--------------------|:--------|
| defaults | 默认策略 | v0.29.4 |
| alwaysTrue | 恒为真 | |
| englishWordMatch | 英文单词全词匹配 | v0.13.0 |
| englishWordNumMatch | 英文单词/数字全词匹配 | v0.20.0 |