From 0d8ee40d6e26e05e4421e8c45813b515e90b33a1 Mon Sep 17 00:00:00 2001 From: QJ_wonder <38885395+BigdataQIJI@users.noreply.github.com> Date: Wed, 21 May 2025 11:26:50 +0800 Subject: [PATCH] =?UTF-8?q?(feature)(headless)=20pom.xml=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=AF=B9jieba=E5=88=86=E8=AF=8D=E4=BE=9D=E8=B5=96=E7=9A=84?= =?UTF-8?q?=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (feature) pom.xml新增对jieba分词依赖的引入 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 8db6a8336..69940228b 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,7 @@ 4.2.2 1.12.780 1.5.2 + 1.0.2 @@ -216,6 +217,11 @@ jgrapht-core ${jgrapht.version} + + com.huaban + jieba-analysis + ${jieba.version} +