Browse Source

algorithm导入nlp包

louhr 6 năm trước cách đây
mục cha
commit
95ac3c8a43
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      algorithm/pom.xml

+ 5 - 0
algorithm/pom.xml

@@ -25,6 +25,11 @@
             <artifactId>public</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.diagbot</groupId>
+            <artifactId>nlp</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.tensorflow</groupId>
             <artifactId>tensorflow</artifactId>