zero 10 달 전
부모
커밋
dcd53ad86b
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      pom.xml

+ 13 - 0
pom.xml

@@ -258,6 +258,19 @@
             <artifactId>alimt20181012</artifactId>
             <version>1.3.1</version>
         </dependency>
+
+        <!--中文分词器-->
+        <dependency>
+            <groupId>com.hankcs</groupId>
+            <artifactId>hanlp</artifactId>
+            <version>portable-1.7.8</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-math3</artifactId>
+            <version>3.6.1</version>
+        </dependency>
+
     </dependencies>
 
     <build>