From acd58efb60befc976d9cafcaa743cafab5fb2193 Mon Sep 17 00:00:00 2001 From: houbb Date: Sun, 22 Dec 2024 13:26:35 +0800 Subject: [PATCH] [Feature] add for new --- .../com/github/houbb/sensitive/word/utils/InnerWordTagUtils.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/github/houbb/sensitive/word/utils/InnerWordTagUtils.java b/src/main/java/com/github/houbb/sensitive/word/utils/InnerWordTagUtils.java index 93e9831..e75eac5 100644 --- a/src/main/java/com/github/houbb/sensitive/word/utils/InnerWordTagUtils.java +++ b/src/main/java/com/github/houbb/sensitive/word/utils/InnerWordTagUtils.java @@ -17,6 +17,7 @@ public class InnerWordTagUtils { * 获取敏感词的标签 * * @param word 敏感词 + * @param wordContext 上下文 * @return 结果 * @since 0.24.0 */