提交本地工具-标准比对的相关接口

This commit is contained in:
duanwenbin
2021-07-08 15:50:05 +08:00
parent 4f7d1648db
commit 4bfbd48dc6
25 changed files with 3715 additions and 0 deletions
+32
View File
@@ -85,5 +85,37 @@
<systemPath>${basedir}/src/main/lib/zip4j-1.3.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.janeluo</groupId>
<artifactId>ikanalyzer</artifactId>
<version>2012_u6</version>
<exclusions>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queryparser</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.11.3</version>
</dependency>
<dependency>
<groupId>com.hankcs</groupId>
<artifactId>hanlp</artifactId>
<version>portable-1.7.5</version>
</dependency>
</dependencies>
</project>