[Maven] IKAnalyzer does not exist in Maven Repository,
1. Find IKAnalyzer in mvnrepository. This Chinese Word Segmentation package has not been found. Find github and find it written by a Chinese speaker,
Http://mvnrepository.com/search? Q = IKAnalyzer
2. convert it to a maven package, install it locally, find a ready-made maven project, and clone it to the local machine.
Https://github.com/wks/ik-analyzer
3. install it in Repository
Maven usage:
Add the following dependencies to the <dependencies>... </dependencies> section of pom. xml of the project.
<Dependency> <groupId> org. wltea. ik-analyzer </groupId> <artifactId> ik-analyzer </artifactId> <version> 3.2.8 </version> </dependency>
Before IK Analyzer is added to Maven Central Repository, you need to install it manually, install it on the local repository, or upload it to your Maven repository server.
To install Maven repository locally, run the following command to automatically compile, package, and install it:
Mvn install-Dmaven. test. skip = true
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.