|
@@ -258,6 +258,19 @@
|
|
<artifactId>alimt20181012</artifactId>
|
|
<artifactId>alimt20181012</artifactId>
|
|
<version>1.3.1</version>
|
|
<version>1.3.1</version>
|
|
</dependency>
|
|
</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>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|