zero 10 ay önce
ebeveyn
işleme
dcd53ad86b
1 değiştirilmiş dosya ile 13 ekleme ve 0 silme
  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>