From 34d0ec7a459c6b7a98a8d67e0df97852f553dd8e Mon Sep 17 00:00:00 2001 From: houbb Date: Sun, 2 Feb 2025 15:36:56 +0800 Subject: [PATCH] [Feature] add for new --- .../com/github/houbb/sensitive/word/support/tag/WordTags.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/github/houbb/sensitive/word/support/tag/WordTags.java b/src/main/java/com/github/houbb/sensitive/word/support/tag/WordTags.java index 379e77b..189bf0c 100644 --- a/src/main/java/com/github/houbb/sensitive/word/support/tag/WordTags.java +++ b/src/main/java/com/github/houbb/sensitive/word/support/tag/WordTags.java @@ -71,6 +71,8 @@ public class WordTags { /** * 根据标准的约定行处理 * @param lines 行信息 + * @param wordSplit 单词分割 + * @param tagSplit 标签分割 * @return 结果 */ public static IWordTag lines(final Collection lines, final String wordSplit, final String tagSplit) {