Browse Source

algorithm导入nlp包

louhr 6 years ago
parent
commit
95ac3c8a43
1 changed files with 5 additions and 0 deletions
  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>