From c51dcde314cdf1e65794733413ca3681aa97c675 Mon Sep 17 00:00:00 2001 From: Liuyang <2746366019@qq.com> Date: Thu, 16 Jan 2025 15:08:51 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BE=9D=E8=B5=96=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-module-llm/yudao-module-llm-biz/pom.xml | 12 ++++++++++++ yudao-server/pom.xml | 11 +++++++++++ 2 files changed, 23 insertions(+) diff --git a/yudao-module-llm/yudao-module-llm-biz/pom.xml b/yudao-module-llm/yudao-module-llm-biz/pom.xml index eb8eccfe5..60434ecbf 100644 --- a/yudao-module-llm/yudao-module-llm-biz/pom.xml +++ b/yudao-module-llm/yudao-module-llm-biz/pom.xml @@ -85,6 +85,18 @@ compile + + org.apache.opennlp + opennlp-tools + 1.9.3 + + + + com.hankcs + hanlp + portable-1.3.4 + + diff --git a/yudao-server/pom.xml b/yudao-server/pom.xml index 67cb08546..b69297840 100644 --- a/yudao-server/pom.xml +++ b/yudao-server/pom.xml @@ -154,6 +154,17 @@ commons-lang3 3.17.0 + + com.hankcs + hanlp + portable-1.3.4 + + + org.jsoup + jsoup + 1.10.3 + +